Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ gen-doc:
cp -r $(PYMODEL) $(DOCDIR)/$(PYMODEL)
rm -rf $(DOCDIR)/$(PYMODEL)/model/docs
cp README.md $(DOCDIR)
mkdir -p $(DOCDIR)/javascripts
$(RUN) cp $(SRC)/utils/scripts/*.js $(DOCDIR)/javascripts/

test: test-schema test-python test-validate-schema test-examples
test-schema:
Expand Down
11 changes: 9 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,23 @@ theme:
name: Switch to dark mode
plugins:
- search
- mermaid2
- mermaid2:
version: 10.9.0
- mike:
alias_type: symlink
canonical_version: latest
extra:
version:
provider: mike
#markdown_extensions:
markdown_extensions:
- admonition
- tables
- pymdownx.magiclink
# - toc:
# permalink: true
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
docs_dir: docs/source
site_dir: docs/build
nav:
Expand Down
Loading
Loading