mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Attempt to fix readthedocs build config
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
version: 2
|
version: 2
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
build:
|
python:
|
||||||
os: "ubuntu-22.04"
|
version: "3.10"
|
||||||
tools:
|
install:
|
||||||
python: "3.10"
|
- method: pip
|
||||||
jobs:
|
path: ./src/
|
||||||
post_create_environment:
|
- requirements: docs/requirements.rtd.txt
|
||||||
- cd docs && pip install --exists-action=w --no-cache-dir -r requirements.txt
|
|
||||||
|
|||||||
10
doc/requirements.rtd.txt
Normal file
10
doc/requirements.rtd.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
sphinx==2.3.*
|
||||||
|
jinja2==3.0.*
|
||||||
|
sphinx-rtd-theme
|
||||||
|
sphinxcontrib-httpdomain
|
||||||
|
sphinxcontrib-images
|
||||||
|
sphinxcontrib-spelling==4.*
|
||||||
|
sphinxemoji
|
||||||
|
pygments-markdown-lexer
|
||||||
|
# See https://github.com/rfk/pyenchant/pull/130
|
||||||
|
git+https://github.com/raphaelm/pyenchant.git@patch-1#egg=pyenchant
|
||||||
Reference in New Issue
Block a user