Skip to content

Commit 4559cd8

Browse files
committed
readthedocs updates
* add doc-requirements.txt for installing local doc reqs * update Copyright date * update settingup.rst with 3.5 requirement
1 parent d592a9a commit 4559cd8

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

doc-requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx-rtd-theme
2+
sphinx
3+
sphinx-autobuild

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# General information about the project.
4545
project = u'mfr'
46-
copyright = u'2014'
46+
copyright = u'2016'
4747

4848
# The version info for the project you're documenting, acts as replacement for
4949
# |version| and |release|, also used in various other places throughout the

docs/settingup.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
Setting Up
22
==========
33

4-
Make sure that you have installed R, are using >= python3.3 and install invoke for your current python3 version.
4+
Make sure that you have installed R, are using python3.5, and have installed invoke for your current python3 version.
55

6+
Install ``invoke``:
67

78
.. code-block:: bash
89
910
pip install invoke
1011
11-
12-
Install requirements
12+
Install requirements:
1313

1414
.. code-block:: bash
1515
1616
invoke install
1717
18-
Or for some nicities (like tests)
18+
Or for some nicities (like tests):
1919

2020
.. code-block:: bash
2121
2222
invoke install --develop
2323
24-
25-
Start the server
24+
Start the server:
2625

2726
.. note
2827

0 commit comments

Comments
 (0)