Skip to content

Commit 714d21e

Browse files
author
Murilo M. Marinho
committed
Adding remoteliteralinclude
1 parent 9743e02 commit 714d21e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
'sphinx.ext.intersphinx',
3131
'hoverxref.extension', # https://sphinx-hoverxref.readthedocs.io/en/latest/index.html
3232
'sphinx_copybutton', # https://sphinx-copybutton.readthedocs.io/en/latest/
33-
'sphinx_design' # https://sphinx-design.readthedocs.io/en/latest/get_started.html
33+
'sphinx_design', # https://sphinx-design.readthedocs.io/en/latest/get_started.html
34+
"sphinxext.remoteliteralinclude" # https://github.com/wpilibsuite/sphinxext-remoteliteralinclude
3435
]
3536

3637
intersphinx_mapping = {

docs/source/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ sphinx-hoverxref
22
sphinx-copybutton
33
sphinx-design
44
sphinx-rtd-theme
5+
sphinxext-remoteliteralinclude

0 commit comments

Comments
 (0)