From cea288013ed5ed7f3523b70c42526a4dd73e01ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Moli=C5=84ski?= Date: Mon, 4 Dec 2023 17:33:44 +0100 Subject: [PATCH] updated docs --- .gitignore | 1 + readthedocs.yml => .readthedocs.yml | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename readthedocs.yml => .readthedocs.yml (82%) diff --git a/.gitignore b/.gitignore index eb5d3717..f92f673e 100755 --- a/.gitignore +++ b/.gitignore @@ -174,6 +174,7 @@ venv/ ENV/ env.bak/ venv.bak/ +venv-model/ # Spyder project settings .spyderproject diff --git a/readthedocs.yml b/.readthedocs.yml similarity index 82% rename from readthedocs.yml rename to .readthedocs.yml index 39368010..13e81e1f 100755 --- a/readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,16 @@ -# .readthedocs.yml +# ..readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" + # Build documentation in the docs_oldies/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -19,7 +25,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs_oldies python: - version: "3.8" install: - requirements: docs/requirements.txt - method: pip