Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from C-Accel-CRIPT/docs
Browse files Browse the repository at this point in the history
Bugfix: upgrade mkdocstrings and modify config
  • Loading branch information
rjmello authored Sep 15, 2022
2 parents 9727325 + 5417e76 commit f8274ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ theme:

plugins:
- search
- mkdocs-jupyter
- mkdocstrings:
default_handler: python
handlers:
python:
setup_commands:
- import sys
- sys.path.append("src")
paths: [src]
selection:
docstring_style: restructured-text
docstring_style: sphinx
options:
show_bases: false

nav:
- Home: index.md
Expand Down
4 changes: 2 additions & 2 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
mkdocs==1.3.0
mkdocs-jupyter==0.20.1
mkdocs-material==8.2.11
mkdocstrings==0.18.1
mkdocstrings[python]==0.19.0
pymdown-extensions==9.3

0 comments on commit f8274ba

Please sign in to comment.