Skip to content

Commit

Permalink
update readthedocs.yaml as per RTD requirements (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
straithe authored Oct 30, 2023
1 parent 0bf3908 commit f1fb430
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .readthedocs.yml
version: 2

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

sphinx:
configuration: docs/conf.py

# Build PDF, ePub, etc
formats: all

python:
install:
- requirements: docs/requirements.txt
11 changes: 0 additions & 11 deletions .readthedocs.yml

This file was deleted.

11 changes: 1 addition & 10 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
tox
pyusb
-e git://github.com/amaranth-lang/amaranth.git#egg=amaranth
-e git://github.com/amaranth-lang/amaranth-soc.git#egg=amaranth-soc
-e git://github.com/amaranth-lang/amaranth-boards.git#egg=amaranth_boards
-e git://github.com/lambdaconcept/minerva.git#egg=minerva
-e git://github.com/usb-tools/python-usb-protocol.git#egg=usb_protocol
-e git://github.com/greatscottgadgets/luna.git#egg=luna
pyvcd
pyserial~=3.4
luna @ git+https://github.com/greatscottgadgets/luna.git
sphinx_rtd_theme==1.3.0

0 comments on commit f1fb430

Please sign in to comment.