Skip to content

Commit b2b2e30

Browse files
committed
re-add sphinxcontrib.phpdomain
1 parent 85332b2 commit b2b2e30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Resources/doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
highlight_language = 'php'
1313

1414
extensions = [
15-
'sphinxcontrib.spelling',
16-
'sphinx_rtd_theme',
1715
"sphinx.ext.intersphinx",
16+
'sphinx_rtd_theme',
17+
'sphinxcontrib.phpdomain',
18+
'sphinxcontrib.spelling',
1819
]
1920

2021
# Spelling configuration

0 commit comments

Comments
 (0)