Skip to content

Commit cdb882d

Browse files
committed
Disabled the sphinx extension as it causes the build to fail
1 parent b0c96a6 commit cdb882d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929

3030
# Add any Sphinx extension module names here, as strings. They can be extensions
3131
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32-
extensions = ['phpcr.sphinx.cnd']
32+
33+
# why doesn't this work on readthedocs?
34+
# extensions = ['phpcr.sphinx.cnd']
3335

3436
# Add any paths that contain templates here, relative to this directory.
3537
templates_path = ['_templates']

0 commit comments

Comments
 (0)