Skip to content

Commit

Permalink
Update Python version and enhance build configuration in readthedocs.yml
Browse files Browse the repository at this point in the history
A Python version upgrade is included in this commit, going from Python 3.7 to Python 3.10. Additionally, the build configuration in .readthedocs.yml file was enhanced, with the introduction of specific OS and tools settings. This update ensures our documentation-building process is using current resources and expectations.
  • Loading branch information
dvershinin committed Jan 7, 2024
1 parent 3bfcda4 commit fcf4dce
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ version: 2
mkdocs:
configuration: mkdocs.yml

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.10"

python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit fcf4dce

Please sign in to comment.