diff options
| -rw-r--r-- | .readthedocs.yaml | 1 | ||||
| -rw-r--r-- | README.md | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1521f19..08ff671 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,7 @@ build:  # Build documentation in the docs/ directory with Sphinx  sphinx:    configuration: docs/conf.py +  builder: dirhtml  # Optionally declare the Python requirements required to build your docs  python: @@ -15,7 +15,7 @@ For more background and information, see [jointakahe.org](https://jointakahe.org  ## Deployment -See [our deployment documentation](https://takahe-server.readthedocs.io/en/latest/installation/) +See [our deployment documentation](https://takahe-server.readthedocs.io/en/latest/installation/).  ## Roadmap | 
