Fellow Reports - April 2023

2023-04-10 Thread Mariusz Felisiak
Week ending April 9, 2023 Released Django 4.2 and 4.1.8. * **Triaged:* https://code.djangoproject.com/ticket/34451 - Incorrect handling of ImproperlyConfigured Exception in views in ASGI context (accepted) https://code.djangoproject.com/ticket/34453 - Parameterized raw queries no longer

Re: Doc make error: make: *** [Makefile:59: html] Error 127

2023-04-10 Thread Ezekiel Adetoro
I have installed the requirement.txt but didn't work. I was able to get by with apt-get install python3-sphinx On Mon, Apr 10, 2023 at 11:27 AM Tim Graham wrote: > It looks like Sphinx isn't installed. Did you `pip install > docs/requirements.txt`? > On Monday, April 10, 2023 at 9:12:48 AM

Re: Doc make error: make: *** [Makefile:59: html] Error 127

2023-04-10 Thread Tim Graham
It looks like Sphinx isn't installed. Did you `pip install docs/requirements.txt`? On Monday, April 10, 2023 at 9:12:48 AM UTC-4 Ezekiel Adetoro wrote: > I want to generate the documentation for Django, I have the folloe error > > sphinx-build -b djangohtml -n -d _build/doctrees -D language=en

Doc make error: make: *** [Makefile:59: html] Error 127

2023-04-10 Thread Ezekiel Adetoro
I want to generate the documentation for Django, I have the folloe error sphinx-build -b djangohtml -n -d _build/doctrees -D language=en . _build/html make: sphinx-build: No such file or directory make: *** [Makefile:59: html] Error 127 I have install all requirement and no error. Any help on