Skip to content

Prepare docsbuild-scripts for the cpython migration to the main branch. #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ translations in ``./www``, beware it can take a few hours:
$ python3 ./build_docs.py --quick --build-root ./build_root --www-root ./www --log-directory ./logs --group $(id -g) --skip-cache-invalidation

If you don't need to build all translations of all branches, add
``--language en --branch master``.
``--language en --branch main``.


# Check current version
Expand All @@ -32,7 +32,7 @@ of Sphinx we're using where::
3.7 sphinx==1.8.2 sphinx==1.8.2 ø needs_sphinx="1.6.6" Sphinx==2.3.1 Sphinx==2.3.1
3.8 sphinx==1.8.2 sphinx==1.8.2 ø needs_sphinx='1.8' Sphinx==2.3.1 Sphinx==2.3.1
3.9 sphinx==2.2.0 sphinx==2.2.0 sphinx==2.2.0 needs_sphinx='1.8' Sphinx==2.3.1 Sphinx==2.3.1
master sphinx==2.2.0 sphinx==2.2.0 sphinx==2.2.0 needs_sphinx='1.8' Sphinx==2.3.1 Sphinx==2.3.1
main sphinx==2.2.0 sphinx==2.2.0 sphinx==2.2.0 needs_sphinx='1.8' Sphinx==2.3.1 Sphinx==2.3.1
======== ============= ============= ================== ==================== ============= ===============

Sphinx build as seen on docs.python.org:
Expand Down
2 changes: 1 addition & 1 deletion build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def title(self):
Version("3.7", "3.7", "security-fixes", sphinx_version="2.3.1"),
Version("3.8", "3.8", "stable", sphinx_version="2.4.4"),
Version("3.9", "3.9", "stable", sphinx_version="2.4.4"),
Version("3.10", "master", "in development", sphinx_version="3.2.1"),
Version("3.10", "main", "in development", sphinx_version="3.2.1"),
]

XELATEX_DEFAULT = (
Expand Down