Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readthedocs build #1321

Merged
merged 3 commits into from
Mar 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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