diff --git a/pydoc-markdown.yml b/pydoc-markdown.yml deleted file mode 100644 index 4d4144965cae42544849e74038b8ecd5b63b6694..0000000000000000000000000000000000000000 --- a/pydoc-markdown.yml +++ /dev/null @@ -1,6 +0,0 @@ -loaders: - - type: python - search_path: ["./acmc"] - -renderer: - type: markdown diff --git a/pyproject.toml b/pyproject.toml index a8838343b59fa79f2b0df864fe3b5da809bdf5c2..7cd62fecb613c73f862e93aae7618e732fe707a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,15 +77,12 @@ dependencies = [ "mypy", "pdoc", "pydoc-markdown", - "mkdocs", - "mkdocs-material" + "mkdocs" ] [tool.hatch.envs.dev.scripts] format = "black ." type = "mypy ." -docs = "pydoc-markdown > docs/api.md" -htmldocs = "pdoc -o docs/api -d markdown --docformat markdown --include-undocumented acmc" precommit = "hatch run format && hatch run type && hatch run docs" [tool.hatch.build] diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 8b758a8db0a8ae8e7b563a7f4d15a73f5efbced3..0000000000000000000000000000000000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Read the Docs configuration file for MkDocs projects - -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required -version: 2 - -# Set the version of Python and other tools you might need -build: - os: ubuntu-24.04 - tools: - python: "3.12" - -mkdocs: - configuration: mkdocs.yml - - -