Skip to content
Prev Previous commit
Next Next commit
Tell mkdocs and readthedocs about mkapi
  • Loading branch information
moble committed Oct 21, 2020
commit 16cfd411fdc193227f498d5f81506c1f1e80d753
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ python:
path: .
extra_requirements:
- mkdocs
- mktheapidocs
- mkapi
- pymdown-extensions
22 changes: 11 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: quaternionic

# repo_url: https://github.com/moble/quaternionic
repo_url: https://github.com/moble/quaternionic

plugins:
- search
Expand All @@ -13,16 +13,16 @@ plugins:

nav:
- index.md
- API2: mkapi/api/quaternionic
- API: mkapi/api/quaternionic

# theme:
# name: 'readthedocs'
theme:
name: 'readthedocs'

# extra_javascript:
# - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js

# markdown_extensions:
# - toc:
# permalink: "#"
# - pymdownx.arithmatex:
# generic: true
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.arithmatex:
generic: true