We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a16288 commit b82993dCopy full SHA for b82993d
docs/changelog.rst
@@ -3,6 +3,23 @@
3
Changelog
4
*********
5
6
+master
7
+======
8
+
9
10
+New Features
11
+-------------
12
13
+Fixes
14
+-----
15
16
17
+Other Changes
18
+--------------
19
20
+* Add Sphinx as a dependency
21
22
23
v0.4.0
24
======
25
setup.py
@@ -34,6 +34,9 @@
34
'sphinx_rtd_theme = sphinx_rtd_theme',
35
]
36
},
37
+ install_requires=[
38
+ 'sphinx'
39
+ ],
40
classifiers=[
41
'Framework :: Sphinx',
42
'Framework :: Sphinx :: Theme',
0 commit comments