diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..dccdd62c --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +mkdocs: + configuration: mkdocs.yml + +python: + install: + - method: pip + path: . + extra_requirements: + - docs diff --git a/README.rst b/README.rst index 27ca44b9..523876d1 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ DAMNIT ====== +[![Documentation Status](https://readthedocs.org/projects/damnit/badge/?version=latest)](https://damnit.readthedocs.io/en/latest/?badge=latest) + Installation:: # Make an environment for DAMNIT