diff --git a/.readthedocs.yml b/.readthedocs.yml index d547bff..da16f14 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,16 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/source/conf.py + python: install: # Run setup.py first to generate the version.py file. For some reason it diff --git a/CHANGES b/CHANGES index 043b5b1..f0d6e3f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ Change Log ========== +v0.19.1: 2023-11-26 + +- Fix documentation builds on https://khard.readthedocs.io/ + + v0.19.0: 2023-11-23 - Remove support for python 3.7 diff --git a/flake.nix b/flake.nix index f37ddd3..e388aab 100644 --- a/flake.nix +++ b/flake.nix @@ -32,11 +32,12 @@ shellHook = '' cat <