Skip to content

Commit

Permalink
Fix readthedocs build (#1321)
Browse files Browse the repository at this point in the history
* migrate to new rtd config format and pip

* no type field anymore

* use builtin re for docs
  • Loading branch information
zsol committed Mar 27, 2020
1 parent 453ad95 commit a33823e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -13,7 +13,7 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
from pathlib import Path
import regex as re
import re
import shutil
import string

Expand Down
10 changes: 0 additions & 10 deletions docs/environment.yml

This file was deleted.

1 change: 1 addition & 0 deletions docs/requirements.txt
@@ -1,2 +1,3 @@
recommonmark==0.4.0
Sphinx==1.7.2
setuptools_scm==3.3.3
9 changes: 4 additions & 5 deletions readthedocs.yml
@@ -1,6 +1,5 @@
name: black
type: sphinx
conda:
file: docs/environment.yml
version: 2
python:
version: 3
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit a33823e

Please sign in to comment.