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 9d01626 commit 1dde4ffCopy full SHA for 1dde4ff
docs/conf.py
@@ -45,11 +45,11 @@
45
# ones.
46
extensions = [
47
'xref',
48
- 'phpdomain',
49
'code_samples_ext',
50
'sphinx_rtd_theme',
51
'sphinx.ext.viewcode',
52
'sphinx.ext.autosectionlabel',
+ 'sphinxcontrib.phpdomain',
53
]
54
55
# Add any paths that contain templates here, relative to this directory.
docs/requirements.txt
@@ -9,4 +9,4 @@ myst-parser==4.0.0
9
linkify-it-py==2.0.3
10
esbonio==0.16.5
11
attrs==24.2.0
12
-
+sphinxcontrib-phpdomain==0.13.2
0 commit comments