Skip to content

Commit dfc6de3

Browse files
committed
docs
1 parent 3f911b5 commit dfc6de3

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
"sphinx.ext.viewcode",
2929
"sphinx.ext.napoleon",
3030
"sphinx.ext.todo",
31+
"sphinx.ext.autosummary",
32+
"sphinx.ext.autosectionlabel",
33+
"sphinx.ext.intersphinx",
34+
"sphinx.ext.githubpages",
35+
"sphinx.ext.mathjax",
36+
"sphinx_rtd_theme"
3137
]
3238

3339
templates_path = ['_templates']
@@ -38,5 +44,5 @@
3844
# -- Options for HTML output -------------------------------------------------
3945
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
4046

41-
html_theme = 'furo'
47+
html_theme = 'sphinx_rtd_theme'
4248
html_static_path = ['_static']

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ notebook>=7.1.2
99
numpy>=1.26.4
1010
pandas>=2.2.1
1111
prettytable>=3.10.0
12+
sphinx_rtd_theme>=2.0.0
1213
sphinx>=7.3.7
1314
scikit-learn>=1.4.2
1415
torch>=2.2.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .FCNet import FCNet
2+
from .GCNEncoder import GCNEncoder
3+
from .MVGRLModel import MVGRLModel

0 commit comments

Comments
 (0)