Skip to content

Commit

Permalink
Add requirements.txt for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
emunozdc authored and emunozdc committed Jun 17, 2024
1 parent 19442c6 commit ac68b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def monospaced_link(name, rawtext, text, lineno, inliner, options={}, content=[]
url = text.split(" ")[-1].strip("<>")
clickable_text = " ".join(text.split(" ")[:-1])
# Create a reference node, which is the docutils node for hyperlinks
#unescaped_text = utils.unescape(text)
# unescaped_text = utils.unescape(text)

node = nodes.reference(rawtext, clickable_text, refuri=url, **options)

Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx==7.3.7
sphinx-autoapi==3.0.0
sphinx-rtd-theme==2.0.0

0 comments on commit ac68b84

Please sign in to comment.