Skip to content

Commit 884e7b9

Browse files
Experimenting with sphinx_readme
1 parent b11e3f0 commit 884e7b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"sphinx.ext.viewcode", # Add links to highlighted source code
4040
"sphinx.ext.napoleon", # to render Google format docstrings
4141
"sphinx.ext.githubpages",
42+
"sphinx_readme",
4243
]
4344

4445
# Add any paths that contain templates here, relative to this directory.

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx
22
sphinx-copybutton
33
sphinx-rtd-theme
4+
sphinx_readme

0 commit comments

Comments
 (0)