We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7eec5 commit 5254761Copy full SHA for 5254761
Doc/Makefile
@@ -140,6 +140,10 @@ pydoc-topics: build
140
@echo "Building finished; now run this:" \
141
"cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py"
142
143
+.PHONY: gettext
144
+gettext: BUILDER = gettext
145
+gettext: build
146
+
147
.PHONY: htmlview
148
htmlview: html
149
$(PYTHON) -c "import os, webbrowser; webbrowser.open('file://' + os.path.realpath('build/html/index.html'))"
Doc/conf.py
@@ -374,6 +374,8 @@
374
# Split the index
375
html_split_index = True
376
377
+# Split pot files one per reST file
378
+gettext_compact = False
379
380
# Options for LaTeX output
381
# ------------------------
0 commit comments