Skip to content

Commit 00b7892

Browse files
authored
Merge pull request #250 from consideRatio/pr/modernize-ci
ci: stop test build of docs on circleci, update RTD config
2 parents 37627a2 + 4d02e71 commit 00b7892

File tree

3 files changed

+19
-48
lines changed

3 files changed

+19
-48
lines changed

.circleci/config.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.readthedocs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Configuration on how ReadTheDocs (RTD) builds our documentation
2+
# ref: https://readthedocs.org/projects/mybinder/
3+
# ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
4+
#
5+
version: 2
6+
7+
build:
8+
os: ubuntu-20.04
9+
tools:
10+
python: "3.9"
11+
12+
sphinx:
13+
configuration: doc/conf.py
14+
15+
formats: []
16+
17+
python:
18+
install:
19+
- requirements: doc/doc-requirements.txt

readthedocs.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)