Skip to content

Commit 17f6b13

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 bd41dd7 commit 17f6b13

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: install test
1+
.PHONY: install test docs
22
install:
33
pip install --editable .
44
test: install

README.rst

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

122122
.. code-block:: bash
123123
124-
$ pip install -r requirements-doc.txt
124+
$ pip install -r docs/requirements.txt
125125
126126
Then run
127127

File renamed without changes.

0 commit comments

Comments
 (0)