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 how to go about this?

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/7a564591-affb-479f-b775-08422cbdf370n%40googlegroups.com.


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   . 
> _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 how to go about this?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/34976b65-dbcc-49d8-820c-abee7de9ba28n%40googlegroups.com.


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 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   .
>> _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 how to go about this?
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-developers/4E1Iiyqmxz4/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/34976b65-dbcc-49d8-820c-abee7de9ba28n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CALKSmMMmh9cQTyh%3DTC3W_UEOxCVEQzZSnj4mTwgqafjQkb%2BeDQ%40mail.gmail.com.


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 support lists (duplicate)
https://code.djangoproject.com/ticket/34039 - Admin search bar is too 
small to use on small screens (fixed)
https://code.djangoproject.com/ticket/34455 - i18n_patterns() not 
respecting prefix_default_language=False (accepted)
https://code.djangoproject.com/ticket/34456 - Add a way to set 
allow_cascade=True in _fixture_teardown() (invalid)
https://code.djangoproject.com/ticket/34457 - makemigrations --check no 
longer prints the changes (wontfix)
https://code.djangoproject.com/ticket/34461 - Constructing urls outside 
the request cycle (wontfix)
https://code.djangoproject.com/ticket/34463 - WHERE clause example 
missing from Q() documentation (accepted)
https://code.djangoproject.com/ticket/34464 - QuerySet.count() 
regression on Django 4.2 with values() and annotate() (accepted)
https://code.djangoproject.com/ticket/34028 - Django 'static' template 
tag fails to generate URLs with SCRIPT_NAME prefix (invalid)
https://code.djangoproject.com/ticket/34469 - Push inspectdb to 
assimilate the foreign keys that are in other databases (duplicate)
https://code.djangoproject.com/ticket/34470 - client_encoding is no 
longer set on PostgreSQL. (created)
https://code.djangoproject.com/ticket/34471 - Cannot import name 'url' 
from 'django.conf.urls' (invalid)
https://code.djangoproject.com/ticket/34468 - `Cycle` tag do not work 
with variables defined in `with`-tag. (invalid)
https://code.djangoproject.com/ticket/34465 - Handle malformed CSRF 
cookie (needsinfo)
https://github.com/django/djangoproject.com/issues/1341 - Update list of 
fellows on the fundraising page. (created)
https://code.djangoproject.com/ticket/34473 - StepValueValidator does 
not take into account min_value (accepted)
https://code.djangoproject.com/ticket/34478 - django 4.2 admin page 
issue (invalid)
https://code.djangoproject.com/ticket/34477 - Asyncio send mail backend 
(accepted)


*Reviewed/committed:*
https://github.com/django/django/pull/16716 - Prevented PostgreSQL's 
DatabaseCreation._execute_create_test_db() from hiding clause-less 
exceptions.
https://github.com/django/django/pull/16698 - Fixed #34431 -- Improved 
Date/DateTimeField/TimeField.input_formats docs.
https://github.com/django/django/pull/16603 - Fixed #33738 -- Allowed 
handling ASGI http.disconnects in long-lived requests.
https://github.com/django/django/pull/16718 - Moved cache decorators 
tests into decorators/test_cache.py.
https://github.com/django/django/pull/16719 - Fixed Central Kurdish 
(Sorani) translations of date-related strings.
https://github.com/django/django/pull/16710 - Fixed #34450 -- Fixed 
multi-valued JOIN reuse when filtering by expressions.
https://github.com/django/django/pull/16722 - Refs #34434 -- Added note 
about breaking changes in psycopg version 3 to release notes.
https://github.com/django/django/pull/16724 - Fixed #34458 -- Fixed 
QuerySet.defer() crash on attribute names.
https://github.com/django/django/pull/16732 - Refs #34028 -- Doc'd that 
get_script_prefix() cannot be used outside of the request-response cycle.
https://github.com/django/django/pull/16733 - Fixed #34463 -- Corrected 
code-block directives in docs.
https://github.com/django/django/pull/16734 - Fixed #34464 -- Fixed 
queryset aggregation over group by reference.
https://github.com/django/django/pull/16736 - Fixed #34466 -- Reallowed 
setting cursor_factory in DATABASES["options"] on PostgreSQL.


*Authored:*
https://github.com/django/django/pull/16713 - Updated Transifex 
configuration for new CLI.
https://github.com/django/django/pull/16715 - [4.2.x] Updated 
translations from Transifex.
https://github.com/django/django/pull/16729 - Refs #34118 -- Fixed 
CustomChoicesTests.test_uuid_unsupported on Python 3.12+.
https://github.com/django/django/pull/16731 - Fixed #34459 -- Fixed 
SearchVector() crash for parameters with % characters.
https://github.com/django/django/pull/16739 - Fixed #34470 -- Enforced 
UTF-8 encoding on PostgreSQL.


Best,
Mariusz

--
You received this message because you are subscribed to the Google Groups "Django 
developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/0519eeb7-50c4-8e83-8f5b-d1fb959af25d%40gmail.com.