diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 61% rename from .readthedocs.yml rename to .readthedocs.yaml index 1b8b6529..3704e946 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -4,8 +4,10 @@ # Required version: 2 + +# Set the version of Python and other tools you might need build: - os: "ubuntu-16.04" + os: "ubuntu-20.04" tools: python: "3.6" @@ -17,4 +19,9 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/setuptools.requirements.txt + - requirements: docs/requirements.txt + +# Specify the path for conf.py +sphinx: + configuration: docs/en/conf.py diff --git a/docs/setuptools.requirements.txt b/docs/setuptools.requirements.txt new file mode 100644 index 00000000..1f5449f5 --- /dev/null +++ b/docs/setuptools.requirements.txt @@ -0,0 +1 @@ +setuptools<57.5.0 \ No newline at end of file