Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 41d6239

Browse filesBrowse files
fix .readthedocs.yaml, fixes #559 (#560)
1 parent ef15f4a commit 41d6239
Copy full SHA for 41d6239

File tree

Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed

‎.readthedocs.yaml

Copy file name to clipboardExpand all lines: .readthedocs.yaml
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ build:
77
os: ubuntu-22.04
88
tools:
99
python: "3.11"
10+
apt_packages:
11+
- build-essential
12+
jobs:
13+
pre_install:
14+
- pip install -r requirements.txt
15+
- make cython
16+
17+
python:
18+
install:
19+
- method: pip
20+
path: .
1021

1122
sphinx:
1223
configuration: docs/conf.py

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.