Skip to content

Commit

Permalink
No need to install requirements/base.txt from RTD and tox docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Ubik De Simoni authored and mr-ubik committed Jan 21, 2020
1 parent ed965c4 commit 4196dbf
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 86 deletions.
4 changes: 1 addition & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ formats: all
python:
version: 3.7
install:
- requirements: requirements/base.txt
- requirements: requirements/docs.txt
- method: pip
path: .
system_packages: true
11 changes: 0 additions & 11 deletions docs/requirements.in

This file was deleted.

70 changes: 0 additions & 70 deletions docs/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "src")))

import ashpy # pylint: disable=wrong-import-position

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ commands = - flake8 src tests

[testenv:docs]
deps =
-rrequirements/base.txt
-rrequirements/docs.txt
m2r
commands =
Expand Down

0 comments on commit 4196dbf

Please sign in to comment.