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 ceedba7 commit 19a1d5cCopy full SHA for 19a1d5c
conf.py
@@ -22,7 +22,7 @@
22
build_api_reference = True
23
24
try:
25
- from panda3d.interrogatedb import *
+ from interrogatedb import *
26
from sphinx_interrogatedb import idb
27
except ImportError as ex:
28
print("Could not import Panda3D modules:")
requirements.txt
@@ -3,6 +3,7 @@ sphinx>=1.8,!=3.5.0
3
sphinx-variations>=1.0.5
4
sphinx-rtd-theme~=1.0.0
5
sphinx-autopackagesummary>=1.0
6
-sphinx-interrogatedb>=1.2.0
+sphinx-interrogatedb>=2.0.0
7
panda3d~=1.11.0.dev
8
+panda3d-interrogate
9
Pmw
0 commit comments