Skip to content
Snippets Groups Projects
Commit 35df069d authored by mjbonifa's avatar mjbonifa
Browse files

(docs) testing mkdocs and readthedocs integratino

parent 9254ae24
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
site_name: ACMC Documentation
site_url: https://acmc.readthedocs.io
theme:
name: 'readthedocs'
nav:
- Home: index.md
- API:
- acmc: api/acmc.html
markdown_extensions:
- toc:
permalink: true
plugins:
- search
......@@ -63,6 +63,13 @@ dependencies = [
"hatch",
"pytest",
]
[tool.hatch.envs.documentation]
dependencies = [
"mkdocs",
"mkdocs-material",
"mkdocs-rtd-theme"
]
[tool.hatch.envs.dev]
dependencies = [
......@@ -71,6 +78,8 @@ dependencies = [
"mypy",
"pdoc",
"pydoc-markdown",
"mkdocs",
"mkdocs-material"
]
[tool.hatch.envs.dev.scripts]
......
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
mkdocs:
configuration: mkdocs.yml
extra_dependencies:
- mkdocs-material
python:
install:
- method: hatch
path: .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment