We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582dfcf commit 90e146bCopy full SHA for 90e146b
conf.py
@@ -1,7 +1,15 @@
1
-# Git Submodule
+# 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
11
# https://stackoverflow.com/a/27445058
12
-
13
import sys, os, time
14
sys.path.append(os.path.abspath('cpython/Doc/tools/extensions'))
15
sys.path.append(os.path.abspath('cpython/Doc/includes'))
0 commit comments