Page MenuHomePhabricator

Update sphinx settings due to RemovedInSphinx80Warning
Closed, ResolvedPublic

Description

D:\pwb\GIT\core\docs>make html nature
Running Sphinx v7.2.6
user-config.py cannot be loaded.
family and mylang are not set.
Defaulting to family='wikipedia' and mylang='test'.
C:\Python311\Lib\site-packages\sphinxcontrib\htmlhelp\__init__.py:26: RemovedInSphinx80Warning: The alias 'sphinx.util.progress_message' is deprecated, use 'sphinx.util.display.progress_message' instead. Check CHANGES for Sphinx API modifications.

Event Timeline

Xqt triaged this task as Medium priority.Jan 14 2024, 2:21 PM

pip install --force-reinstall --upgrade sphinx
will do the job for a preinstalled sphinx. Nothing left to do for our CI because sphinx will be installed every time the CI runs.