Re: reStructuredText

2021-12-05 Thread Kaushik Chintam
Thanks for the instruction. I applied it and I got the desired result. On Wednesday, 1 December 2021 at 22:40:46 UTC+5:30 Adam Johnson wrote: > 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

Re: reStructuredText

2021-12-01 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
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