nabobalis
f5cabbaa4d
setup.py minor change
2018-02-28 09:52:08 +01:00
Nabil Freij
ddbdf3490f
Update README.rst
2018-02-18 09:09:38 +01:00
Nabil Freij
d6eb2fc759
Update README.rst
2018-02-17 19:20:56 +01:00
Nabil Freij
17dfd52e38
Update README.rst
2018-02-17 19:20:45 +01:00
Nabil Freij
0e8f41e5a6
Update README.rst
2018-02-17 19:18:40 +01:00
Nabil Freij
d75af17ac8
Update README.rst
2018-02-17 19:18:32 +01:00
Nabil Freij
82ed8b7a77
Merge pull request #6 from nabobalis/master
...
Code changes from PR and Issue Comments
2018-02-17 19:15:24 +01:00
nabobalis
3d0a40c230
fix from issue I overlooked
2018-02-17 18:53:33 +01:00
nabobalis
6a0f8fee2a
fix from PR I overlooked
2018-02-17 18:39:59 +01:00
Nabil Freij
8de67b1808
Update .rtd-environment.yml
2018-02-17 14:51:44 +01:00
Nabil Freij
000bc8038f
Merge pull request #1 from nabobalis/master
...
All Current PRs open to the old repo
2018-02-17 14:47:48 +01:00
nabobalis
3d76103311
release blog post]
2018-02-17 14:32:01 +01:00
nabobalis
3a9ebe5385
updated api docs
2018-02-17 14:14:09 +01:00
nabobalis
9cd2c7e33f
started doc changes
2018-02-17 13:55:16 +01:00
nabobalis
10b2cf114e
started doc changes
2018-02-17 13:54:34 +01:00
nabobalis
9d71a45965
remove osx
2018-02-17 13:22:05 +01:00
nabobalis
8f411219c3
more travis changes
2018-02-17 13:21:32 +01:00
nabobalis
211e571eda
more travis changes
2018-02-17 13:20:33 +01:00
nabobalis
509526280b
more travis changes
2018-02-17 13:19:36 +01:00
nabobalis
a139f8da46
more travis changes
2018-02-17 13:18:01 +01:00
nabobalis
7e11878e82
travis once more
2018-02-17 13:06:56 +01:00
nabobalis
305f5a4b35
travis fix this time
2018-02-17 13:02:47 +01:00
nabobalis
b44eb41643
i lost my thread
2018-02-17 12:57:35 +01:00
nabobalis
4e1a3000e4
test for travis
2018-02-17 12:36:52 +01:00
nabobalis
034363d889
more updatees for 1.7
2018-02-17 10:58:01 +01:00
nabobalis
74187ab43c
start support for spinx 1.7 or 1.6
2018-02-14 09:51:24 +01:00
nabobalis
9cf66491a2
minor edits
2018-02-10 19:19:25 +01:00
nabobalis
258b754e57
CI fix
2018-02-10 19:15:14 +01:00
nabobalis
fae7584a5c
not paying attention v2
2018-02-10 19:10:15 +01:00
nabobalis
27f5f64078
not paying attention
2018-02-10 19:06:36 +01:00
nabobalis
80adf5b61e
hard fix to sphinx to at least 1.6
2018-02-10 19:01:37 +01:00
nabobalis
152869c3bf
sphinx import change
2018-02-10 19:00:55 +01:00
nabobalis
0fba276c25
travis update
2018-02-10 18:54:25 +01:00
nabobalis
446e660d89
slight change to readme
2018-02-10 18:53:54 +01:00
nabobalis
eceb1e4d6b
autopep8 test
2018-02-10 18:09:12 +01:00
nabobalis
c57ce196df
tidy of some items
2018-02-10 17:59:39 +01:00
nabobalis
2925dc3b3c
Merge branch 'apr/patterns' of github.com:rayalan/ablog into devel
2018-02-09 09:49:08 +01:00
Alan Ray
8b32608c14
fix(commands): Update command arguments so patterns works correctly
2017-12-23 22:04:05 -05:00
Stuart Mumford
7c9d32b51f
text in spans
2017-08-16 12:45:55 +01:00
Stuart Mumford
158a3f91a1
ids for sidebar <li>s and Comments
2017-08-16 12:23:57 +01:00
Nabil
452344b78c
Revert "postcard changes"
...
This reverts commit ee6fd8f24a
.
2017-08-14 14:48:06 +02:00
Nabil
ee6fd8f24a
postcard changes
2017-08-14 14:36:17 +02:00
Nabil
77d827e7a1
Rough way of making some sidebar changes
2017-08-14 10:21:56 +02:00
Nabil
45098cb0fa
revert fix?
2017-07-31 17:11:20 +02:00
Nabil
7ee60f6d89
Merge remote-tracking branch 'upstream/pr/76' into devel
2017-07-31 09:41:41 +02:00
Nabil
ba17bcad68
Merge remote-tracking branch 'upstream/pr/84' into devel
2017-07-31 09:41:16 +02:00
Nabil
79ea425787
Merge remote-tracking branch 'upstream/pr/87' into devel
2017-07-31 09:41:03 +02:00
Nabil
2b11b3fc40
Upstream Pr #93
2017-07-31 09:40:35 +02:00
Tadej Borovšak
cc099ccdfa
Properly construct docutils document node
...
Documentation in docutils clearly states that `document` nodes should
be constructed using utility function `new_document`, which takes care
of properly initializing document structure.
Link to the relevant documentation:
http://repo.or.cz/docutils.git/blob/HEAD:/docutils/docutils/nodes.py#l1160
This fixes #91 , fixes #89 , fixes #78 .
2017-07-28 18:26:22 +02:00
Tadej Borovšak
3c7be97418
Replace deprecated Sphinx functionality
...
Sphinx compatibility layer for docutils has been removed from Sphinx
version 1.6. This commit replaces this compatibility layer with
docutils' classes.
This fixes issue #92 .
2017-07-28 18:26:22 +02:00