-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Fixes #392 -- Enable Sphinx extension and update source links #16203
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
Conversation
It can be interesting to investigate if we can add a test in this PR and also to have an idea of what we'll see in the documentation. |
6632832
to
a18aa52
Compare
Tests have been added |
Thanks. Can you provide also a screenshot of how it looks ? |
c66b657
to
63078f5
Compare
Ready for review. Thank you |
This ticket on trac seems related to this PR. https://code.djangoproject.com/ticket/29942 |
Agreeing with the ticket. Quite a lot more of the helpful The errors are currently being silently ignored, but can be unhidden when generating the docs by increasing verbosity: $ cd django/docs/
$ export SPHINXOPTS="-v"
$ run make html The solution is to probably install the required modules in the environment where the docs are generated. This would fix errors like missing the |
Superseded by #16918 |
django/djangoproject.com#392