Skip to content

Commit

Permalink
Merge pull request #254 from digitronik/fix_readthedoc
Browse files Browse the repository at this point in the history
Adding readthedocs config file
  • Loading branch information
digitronik committed Apr 12, 2024
2 parents 75f6cf6 + 1484566 commit d1e2b4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]

intersphinx_mapping = {
"python": ("http://docs.python.org/3.8/", None),
"python": ("http://docs.python.org/3.12/", None),
"selenium": ("http://selenium-python.readthedocs.org/", None),
}

Expand Down

0 comments on commit d1e2b4f

Please sign in to comment.