diff --git a/.readthedocs.yml b/.readthedocs.yml index 941c317..1ad126b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,4 +10,8 @@ build: sphinx: configuration: docs/conf.py -formats: all +formats: [] + +python: + install: + - requirements: docs/requirements.txt diff --git a/VERSION b/VERSION index e1df5de..03e5161 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.4 \ No newline at end of file +1.4.5 \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..4170c03 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx-rtd-theme \ No newline at end of file