Hi guys, I am Kaushik. And I'd begun my Django contribution lately. So
here's my doubt i am working on a ticket which is related to sorting a part
of the documentation. I understood the ticket and i know that i have to
work with sphinx and reStructured texts to make any alteration to the docs.
It sounds like you aren't rebuilding the documentation after you edit the
reStructuredText files. To do so, you need to run 'make html', as per the
setup instructions:
https://docs.djangoproject.com/en/3.2/internals/contributing/writing-documentation/#getting-started-with-sphinx
Note that you cann