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 94d14b2 commit ee03c3cCopy full SHA for ee03c3c
doc/source/conf.py
@@ -17,13 +17,14 @@
17
import os
18
import importlib
19
from pathlib import Path
20
-import sphinxbootstrap4theme
21
22
23
# Check if we are inside readthedocs, the conf is quite different there
24
is_inside_rtd = os.getenv("READTHEDOCS", "") == "True"
25
rtd_version = os.getenv("READTHEDOCS_VERSION", "")
26
+if not is_inside_rtd:
27
+ import sphinxbootstrap4theme
28
29
# Utility functions
30
# NOTE: these could be improved, esp by importing igraph, but that
doc/source/requirements.txt
@@ -2,6 +2,7 @@ pip
2
wheel
3
requests>=2.28.1
4
5
+sphinxbootstrap4theme
6
sphinx-gallery
7
sphinx-rtd-theme
8
sphinxcontrib-jquery
0 commit comments