-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: switch to sphinx_rtd_theme to match other docs #6854
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Josh Richards <[email protected]>
AppImage file: nextcloud-PR-6854-2ab298e63a8334cf4c5c18a8660c7c9192c60470-x86_64.AppImage |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the doc building CI check via drone is failing
can you have a look or tell us if you would need help ?
I fear we currently use an old docker image when compared to server documentation
@joshtrichards I am sorry for the delay |
this is a great update @joshtrichards, thanks! |
This switches the Desktop Client Manual to the same theme used for all of our other documentation (i.e. Admin, User, Dev):
requirements.txt
for ease of installation of dependencies for documentation developers/contributors (this is how we do things for the other docs already)pip install -r requirements.txt
[General]
section of the Configuration File section at some point in the last release or soNotes:
I think there is an additional step (automated? manual?) in the build->deploy to production for the Desktop docs. That may need some finessing since as best as I can tell there are some other bits added outside the Sphinx build process for the production deploys that are ending up on https://docs.nextcloud.com/desktop/3.13/ (the outdated in terms of design Nextcloud heading/etc). Presumably those are no longer needed after this change (we don't use them for the other docs at least).