Skip to content

Commit

Permalink
doc: use readthedocs files structure
Browse files Browse the repository at this point in the history
Make structure similar to readthedocs tutorial [1].

1. https://docs.readthedocs.io/en/stable/tutorial/

Part of #238
  • Loading branch information
DifferentialOrange committed Oct 21, 2022
1 parent d0fba3e commit 708902e
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
.PHONY: install test
.PHONY: install test docs
install:
pip install --editable .
test:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -112,7 +112,7 @@ To build documentation, first you must install its build requirements:

.. code-block:: bash
$ pip install -r requirements-doc.txt
$ pip install -r docs/requirements.txt
Then run

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 708902e

Please sign in to comment.