Skip to content

Commit 069fdfc

Browse files
committed
Example of running with sphinx-build
1 parent 68151c5 commit 069fdfc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.mo
2+
/_build/

conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
# The git submodule was created using this Stack Overflow answer
1010
# to fetch only the commit that I needed and avoid clonning the whole history
1111
# 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
1216

1317
import sys, os, time
1418
sys.path.append(os.path.abspath('cpython/Doc/tools/extensions'))

0 commit comments

Comments
 (0)