Skip to content

Commit f14e2c7

Browse files
doc: use readthedocs files structure
Make structure similar to readthedocs tutorial [1]. 1. https://docs.readthedocs.io/en/stable/tutorial/ Part of #238
1 parent ed237c3 commit f14e2c7

35 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test
1+
.PHONY: test docs
22
test:
33
python setup.py test
44
testdata:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To build documentation, first you must install its build requirements:
112112

113113
.. code-block:: bash
114114
115-
$ pip install -r requirements-doc.txt
115+
$ pip install -r docs/requirements.txt
116116
117117
Then run
118118

File renamed without changes.

0 commit comments

Comments
 (0)