Skip to content

Commit 90e146b

Browse files
committed
Add some help to the conf.py file
1 parent 582dfcf commit 90e146b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

conf.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Git Submodule
1+
# Sphinx configuration file.
2+
#
3+
# Most of the content of this file comes from cpython/Doc/conf.py
4+
# It's modified to:
5+
# - append the path considering the cpython submodule is at ./cpython
6+
# - create the symbolic links under ./cpython/locale/es/LC_MESSAGES
7+
# - make the build to work under Read the Docs
8+
#
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
211
# https://stackoverflow.com/a/27445058
312

4-
513
import sys, os, time
614
sys.path.append(os.path.abspath('cpython/Doc/tools/extensions'))
715
sys.path.append(os.path.abspath('cpython/Doc/includes'))

0 commit comments

Comments
 (0)