Skip to content

Commit 493819d

Browse files
committed
Add sphinx-inlinecode
1 parent 4c387bf commit 493819d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
sphinx==5.3.0
22
sphinx_rtd_theme>=0.5.2
33
docutils<0.17
4-
sphinx_github_style
4+
sphinx-github-style
5+
sphinx-inlinecode
56
sphinx-sitemap

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
'sphinx.ext.viewcode',
122122
'sphinx.ext.linkcode',
123123
'sphinx_github_style',
124+
'sphinx_inlinecode',
124125
'sphinx_sitemap',
125126
]
126127

0 commit comments

Comments
 (0)