We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68151c5 commit 069fdfcCopy full SHA for 069fdfc
.gitignore
@@ -1 +1,2 @@
1
*.mo
2
+/_build/
conf.py
@@ -9,6 +9,10 @@
9
# The git submodule was created using this Stack Overflow answer
10
# to fetch only the commit that I needed and avoid clonning the whole history
11
# https://stackoverflow.com/a/27445058
12
+#
13
+# This can be built locally using `sphinx-build` by running
14
15
+# $ sphinx-build -b html -n -d _build/doctrees -D language=es . _build/html
16
17
import sys, os, time
18
sys.path.append(os.path.abspath('cpython/Doc/tools/extensions'))
0 commit comments