We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466012b commit f645db1Copy full SHA for f645db1
README.md
@@ -37,7 +37,7 @@ easiest way to deal with this is by setting your SPHINXBUILD variable something
37
like so (adjust for the location of your Python build):
38
39
```
40
-set SPHINXBUILD=C:\Panda3D-1.10.14-x64\python\python.exe -m sphinx
+set SPHINXBUILD=C:\Panda3D-1.10.15-x64\python\python.exe -m sphinx
41
42
43
## Editing the Documentation
conf.py
@@ -82,7 +82,7 @@
82
version = '1.10'
83
84
# The full X.Y.Z version.
85
-release = '1.10.14'
+release = '1.10.15'
86
87
# Whether to generate Python or C++ documentation. TODO:
88
tags.add('python')
0 commit comments