Skip to content

Commit

Permalink
Improve .readthedocs.yaml config file (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Mar 18, 2024
1 parent fd878dd commit 49dd2c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
11 changes: 7 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@

version: 2
build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "3.12"
python: latest
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
install:
- method: pip
path: .
extra_requirements:
- doc
2 changes: 0 additions & 2 deletions docs/requirements.txt

This file was deleted.

8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,17 @@ dev = [
"build>=0.10.0",
"Sphinx>=6.0.0",
"sphinx-autobuild>=2021.3.14",
"sphinxcontrib-fulltoc>=1.2.0",
"sphinxcontrib-fulltoc>=1.2.0",
"build>=0.10.0",
"twine>=4.0.2",
]

doc = [
"Sphinx>=6.0.0",
"sphinx-autobuild>=2021.3.14",
"sphinxcontrib-fulltoc>=1.2.0",
]

[project.urls]
Homepage = "https://github.com/linode/linode_api4-python"
Documentation = "https://linode-api4.readthedocs.io/"
Expand Down

0 comments on commit 49dd2c6

Please sign in to comment.