Skip to content

Commit

Permalink
update instructions and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Feb 27, 2024
1 parent 9c6ebc7 commit dd66714
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.10"
commands:
- git submodule init
- git submodule update
- pip install -r requirements.txt
- mkdocs build
- mkdir -p _readthedocs
- cp -r site/ _readthedocs/html/

submodules:
include: all
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
Sphinx>=4.4.0
myst-parser>=0.16.1
furo>=2022.1.2
mkdocs>=1.5.1
mkdocs-material>=9.5.1

0 comments on commit dd66714

Please sign in to comment.