Skip to content

Commit

Permalink
[pydeck] Create .readthedocs.yml (#8142)
Browse files Browse the repository at this point in the history
In October we'll need to have this .readthedocs.yml configuration in order to generate our RTD docs, which should be the sole source of our docs (pydeck.gl should lead to this page as well)

More about the file: https://docs.readthedocs.io/en/stable/config-file/v2.html

Our RTD docs: https://deckgl.readthedocs.io/en/latest/

I may have to make a few changes to the file in order to verify that it works for RTD.
  • Loading branch information
ajduberstein authored Sep 27, 2023
1 parent 4154c68 commit c99191c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
build:
os: "ubuntu-22.04"
tools:
python: "3.9"

0 comments on commit c99191c

Please sign in to comment.