Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-galataud committed Apr 17, 2024
1 parent bf29925 commit c0eb7fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sphinx==7.2.6
pydata-sphinx-theme==0.15.2
sphinx-last-updated-by-git==0.3.6
sphinx-design==0.5.0
# this should be mocked in autodoc_mock_imports
# however, it causes issues with union types PEP 604 support
Expand Down
1 change: 0 additions & 1 deletion doc/source/_templates/footer-end.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<div>
<span style="margin-right: 2rem">Last updated on: {{ last_updated }}</span>
<img src="../_static/logo.svg" style="width: 1.5rem; height: 1.5rem"/>&nbsp;<a href="https://foobot.io">The Foobot Team</a>
</div>
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"sphinx.ext.autosummary",
# responsive design
"sphinx_design",
"sphinx_last_updated_by_git",
# requires non-shallow clone, breaks CI
# "sphinx_last_updated_by_git",
]

autodoc_mock_imports = [
Expand Down

0 comments on commit c0eb7fd

Please sign in to comment.