Merge ~cjwatson/lazr.config:readthedocs-config into lazr.config:main

Proposed by Colin Watson
Status: Merged
Merged at revision: 589ddd95536cd28799042fce2992feaf49ff083a
Proposed branch: ~cjwatson/lazr.config:readthedocs-config
Merge into: lazr.config:main
Diff against target: 36 lines (+18/-1)
2 files modified
.readthedocs.yaml (+17/-0)
tox.ini (+1/-1)
Reviewer Review Type Date Requested Status
Guruprasad Approve
Review via email: mp+445041@code.launchpad.net

Commit message

Add .readthedocs.yaml

To post a comment you must log in.
Revision history for this message
Guruprasad (lgp171188) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.readthedocs.yaml b/.readthedocs.yaml
2new file mode 100644
3index 0000000..6a4ec72
4--- /dev/null
5+++ b/.readthedocs.yaml
6@@ -0,0 +1,17 @@
7+version: 2
8+
9+build:
10+ os: ubuntu-22.04
11+ tools:
12+ python: "3.11"
13+
14+python:
15+ install:
16+ - method: pip
17+ path: .
18+ extra_requirements:
19+ - docs
20+
21+sphinx:
22+ configuration: src/lazr/config/docs/conf.py
23+ fail_on_warning: true
24diff --git a/tox.ini b/tox.ini
25index 083166e..29313e8 100644
26--- a/tox.ini
27+++ b/tox.ini
28@@ -38,7 +38,7 @@ ignore =
29
30 [testenv:docs]
31 basepython =
32- python3
33+ python3.11
34 commands =
35 sphinx-build -b html -d src/lazr/config/docs/_build/doctrees src/lazr/config/docs src/lazr/config/docs/_build/html
36 deps =

Subscribers

People subscribed via source and target branches