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 9743e02 commit 714d21eCopy full SHA for 714d21e
docs/source/conf.py
@@ -30,7 +30,8 @@
30
'sphinx.ext.intersphinx',
31
'hoverxref.extension', # https://sphinx-hoverxref.readthedocs.io/en/latest/index.html
32
'sphinx_copybutton', # https://sphinx-copybutton.readthedocs.io/en/latest/
33
- 'sphinx_design' # https://sphinx-design.readthedocs.io/en/latest/get_started.html
+ 'sphinx_design', # https://sphinx-design.readthedocs.io/en/latest/get_started.html
34
+ "sphinxext.remoteliteralinclude" # https://github.com/wpilibsuite/sphinxext-remoteliteralinclude
35
]
36
37
intersphinx_mapping = {
docs/source/requirements.txt
@@ -2,3 +2,4 @@ sphinx-hoverxref
2
sphinx-copybutton
3
sphinx-design
4
sphinx-rtd-theme
5
+sphinxext-remoteliteralinclude
0 commit comments