Skip to content

Commit

Permalink
add read the docs autodeploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kotzur committed Aug 21, 2023
1 parent d31d758 commit 395e502
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,16 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- latex
- texlive-latex-base
- texlive-latex-extra
- dvipng

python:
install:
- requirements: requirements_dev.txt
system_packages: false

0 comments on commit 395e502

Please sign in to comment.