Skip to content

Commit 689c82d

Browse files
Fix some doc build warnings (#184)
1 parent a3afb2e commit 689c82d

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
venv
2+
docs/venv
23

34
# Ignores CPython checkout
45
cpython

docs/bumping-release.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
====================================================
1+
:orphan:
2+
3+
==============================================
24
Bumping python-newest to latest Python release
3-
====================================================
5+
==============================================
6+
7+
.. warning::
48

5-
NOTE: This doc is out of date and needs rework! The
6-
`pull request \#13 <https://github.com/python-docs-translations/transifex-automations/pull/13>`_
7-
is a work in progress that would change some instructions from this guide.
9+
This doc is out of date and needs rework! The
10+
`pull request \#13 <https://github.com/python-docs-translations/transifex-automations/pull/13>`_
11+
is a work in progress that would change some instructions from this guide.
812

9-
This document aims to list the steps required for updating version of the 'Python'
10-
project (slug 'python-newest) in python-doc organization in Transifex.
13+
This document aims to list the steps required for bumping the version of the
14+
'Python' project (slug 'python-newest) in the python-doc organization on Transifex.
1115

1216
1. Back up current translations:
1317

docs/commands.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ For language teams that coordinate translation efforts on Transifex, updating
8888
translation means pulling the translation strings.
8989

9090
.. admonition:: Recommendation
91+
9192
Before pulling translations, consider updating the .tx/config to
9293
have an up-to-date mapping of project/resources. For this, it is required to
9394
generate the documentation's pot files (template of po files), so start

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = "Python Docs Transifex Automations"
10-
copyright = "2025, rffontenelle"
11-
author = "rffontenelle"
10+
copyright = "2025, rffontenelle and StanFromIreland"
11+
author = "rffontenelle and StanFromIreland"
1212

1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515

1616
extensions = []
1717

18-
templates_path = ["_templates"]
19-
exclude_patterns = []
18+
templates_path = []
19+
exclude_patterns = ["venv", ".venv"]
2020

2121
# -- Options for HTML output -------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2323

2424
html_theme = "furo"
25-
html_static_path = ["_static"]
25+
html_static_path = []
2626
html_title = "Python Docs Transifex Automations"
2727

2828
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)