-
Notifications
You must be signed in to change notification settings - Fork 151
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: Updated sphinx & links clean up #240
Conversation
@Andrew-Chen-Wang , hi! Can you help with review, please? |
reverting the anchors would be great. I think it's a neat add on but not for me. thanks! |
Pull Request Test Coverage Report for Build 5600566202
💛 - Coveralls |
I've reverted manual anchors back. |
@Andrew-Chen-Wang , can you help with review? |
@Andrew-Chen-Wang, sorry for being annoying, but I think this is very small fix, but helpful one. |
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.
sorry @denisSurkov but thanks for the reminder it lgtm!
@Andrew-Chen-Wang , nothing has changed at https://django-cachalot.readthedocs.io/en/latest/introduction.html. Do you need to call some commands to refresh render? |
rtd hook might be failing will take a look |
@Andrew-Chen-Wang , kindly reminder to check read-the-docs webhook. I don't know, but this might be helpful: https://docs.readthedocs.io/en/stable/guides/setup/git-repo-manual.html |
Description
Solves #231
I've updated sphinx & sphinx theme. I could not see much difference, but keeping deps up-to-date is always good.
Added
'sphinx.ext.autosectionlabel'
. This extension allows to make links like<document-name:title inside document>
. I think it's easer to maintain links with this notation. If you don't think so, I could revert custom anchors back.How to build docs: