Skip to content

Commit

Permalink
Merge pull request #176 from axsaucedo/sphinx_search
Browse files Browse the repository at this point in the history
Added sphinx search extension to docs
  • Loading branch information
axsaucedo authored Jul 27, 2021
2 parents 676ba81 + d2d0b6a commit 29e08c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"m2r2",
"sphinx.ext.napoleon",
"sphinxcontrib.apidoc", # automatically generate API docs, see https://github.com/rtfd/readthedocs.org/issues/1139
"sphinx_search.extension",
]
source_suffix = [".rst", ".md"]

Expand Down
1 change: 1 addition & 0 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ m2r2==0.2.5
nbsphinx==0.8.2
nbsphinx-link==1.1.0
sphinxcontrib-apidoc>=0.3.0
readthedocs-sphinx-search==0.1.0
mlops-tempo

0 comments on commit 29e08c4

Please sign in to comment.