We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11e3f0 commit 884e7b9Copy full SHA for 884e7b9
docs/conf.py
@@ -39,6 +39,7 @@
39
"sphinx.ext.viewcode", # Add links to highlighted source code
40
"sphinx.ext.napoleon", # to render Google format docstrings
41
"sphinx.ext.githubpages",
42
+ "sphinx_readme",
43
]
44
45
# Add any paths that contain templates here, relative to this directory.
docs/requirements.txt
@@ -1,3 +1,4 @@
1
sphinx
2
sphinx-copybutton
3
sphinx-rtd-theme
4
+sphinx_readme
0 commit comments