Skip to content

Commit 7b32206

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 3d500a8 commit 7b32206

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:

README.rst

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

115115
.. code-block:: bash
116116
117-
$ pip install -r requirements-doc.txt
117+
$ pip install -r docs/requirements.txt
118118
119119
To build with valid version, `tarantool` package must be installed before
120120
documentation build.
File renamed without changes.

0 commit comments

Comments
 (0)