diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..2b216df --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 +build: + os: ubuntu-22.04 + apt_packages: + - cmake + tools: + python: "2.7" + jobs: + post_create_environment: + - cmake . -DDOC_HTML=On +sphinx: + configuration: doc/conf.py +python: + install: + - requirements: doc/requirements.txt