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
Tadej Borovšak
ce832c026b
Remove testing on python 2.6
...
Some of the Ablog dependencies do not work with python 2.6 anymore, so
it makes little sense to try and test Ablog on 2.6.
2017-07-28 18:26:22 +02:00
Nabil Freij
e91b54c1a7
Merge pull request #2 from Cadair/tempfix
...
Tempfix to master
2017-07-11 12:51:22 +02:00
Stuart Mumford
1464e539fe
fix-ish
2017-06-19 18:38:39 +01:00
Stuart Mumford
a91c1ab8e2
Merge branch 'master' of github.com:lsaffre/ablog into devel
2017-06-19 17:45:07 +01:00
tiwo
545965b999
don't use fancy quotes in the conf.py template
...
cf. issue #86 .
(also correct a typo on the same line)
2017-05-21 12:30:10 +02:00
ahrbe1
dafac19e1b
fix travis - Sphinx 1.5.x requires python 2.7+
2017-03-25 23:14:06 -04:00
ahrbe1
6bf12fa8cf
fix for #74 - _website/blog directory does not exist
2017-03-25 23:06:06 -04:00
ahrbe1
082ca1bec2
Fix a typo in help text for -d option
2017-03-13 22:50:00 -04:00
ahrbe1
fe1ba67df5
Allow passing through additional build options to Sphinx
2017-03-13 22:48:03 -04:00
Luc Saffre
dcec47f38a
restore relative_path import
2017-03-13 06:29:51 +02:00
Luc Saffre
1359b55018
optimized after comments by abakan
2017-03-12 07:54:38 +02:00
Ahmet Bakan
7fb9fcb1bc
Merge pull request #82 from abakan/revert-77-devel
...
Revert "tried to operate in a multi-language environment"
2017-02-28 15:41:58 -08:00
Ahmet Bakan
cd0e03b830
Revert "tried to operate in a multi-language environment"
2017-02-28 15:41:46 -08:00
Ahmet Bakan
73e65f0492
Merge pull request #77 from usaturn/devel
...
tried to operate in a multi-language environment
2017-02-28 15:36:25 -08:00
Ahmet Bakan
f8a2648e56
Fixed #80
2017-02-28 15:34:29 -08:00
Ahmet Bakan
87933fa874
Merge pull request #81 from ericholscher/devel
...
Change default for fontawesome_link_cdn
2017-02-28 15:15:34 -08:00
Eric Holscher
14614c1fb8
Change default for fontawesome_link_cdn
...
Refs https://github.com/writethedocs/www/issues/159 -- this complains when being set to a string, and should default to a blank string.
2017-02-28 10:04:18 -08:00
Luc Saffre
046e5dbbf3
fix #78 (ImportError: cannot import name make_admonition in Sphinx 1.6)
2017-02-05 09:51:00 +02:00
usaturn
6e2a701ff8
tried to operate in a multi-language environment
2017-01-21 17:16:01 +09:00
Rudi Grinberg
736fc5726c
Raise exception when title is missing
...
Previously, the behavior would be to just say the title variable is undefined
which is confusing.
2017-01-14 17:30:13 -05:00
Ahmet Bakan
c056102937
Merge branch 'master' into devel
2016-10-31 21:55:38 -07:00
Ahmet Bakan
b7a8b5ef57
Merge pull request #72 from butla/devel
...
Fix "address already in use" on second "serve"
2016-10-31 09:46:34 -07:00
Ahmet Bakan
f8de8928bc
Merge pull request #73 from maarten-vermeyen/devel
...
Change disqus src to avoid mixed content warnings
2016-10-31 09:45:53 -07:00
Ahmet Bakan
ae78e191bd
Merge pull request #71 from dhutty/patch-1
...
missing word
2016-10-31 09:45:44 -07:00
Maarten Vermeyen
48413ad6ad
Change disqus src to avoid mixed content warnings
...
Change the location of the disqus.com/count.js in
order to avoid mixed content warnings when serving
over SSL.
2016-10-29 23:22:13 +02:00
Michal Bultrowicz
7cb9ae6e28
Fix address already in use on second 'serve'
2016-10-28 00:49:40 +02:00
dhutty
a92af5ce15
missing word
...
or perhaps 'Generate feeds by...'
2016-10-20 07:58:42 -04:00
Ahmet Bakan
d5370358d2
Bumped version number for new release.
2016-04-22 23:22:07 -07:00
Ahmet Bakan
74d5799ac7
Added Pytho 3.5 testing to travis config.
2016-04-22 23:20:33 -07:00
Ahmet Bakan
1cee106975
Fixed typo.
2016-04-22 23:18:13 -07:00
Ahmet Bakan
9fa5209353
Change default value to fontawesome_css_file to avoid warnings.
2016-04-22 23:17:38 -07:00
Ahmet Bakan
456515b906
Merge pull request #65 from quobit/spanish
...
Add Spanish translation
2016-04-21 20:40:18 -07:00
quobit
5ac229dc5b
Add Spanish translation
2016-04-21 14:53:45 +02:00
Ahmet Bakan
345b2ef4e7
Merge pull request #64 from ninmesara/devel
...
Disable comments for the current post
2016-03-22 15:41:51 -07:00
Cryptonomicon
4e11caf1f7
Fixed typo
2016-03-22 21:48:15 +00:00
Cryptonomicon
2e357da7d9
fixed disqus options
2016-03-19 00:49:00 +00:00
Cryptonomicon
590457dcdc
User can now disable comments for the current post.
...
- Added a :nocomment: option to the .. post:: directive
- Added documentation for :nocomment: option
- Added line breaks in ablog/template/page.html to improve
readability
2016-03-19 00:43:02 +00:00
Ahmet Bakan
a6a072e087
Skips archive pages if there is an .rst file with same name issue #63 .
2016-02-21 16:19:53 -08:00
Ahmet Bakan
7c03807db5
Merge pull request #61 from MinchinWeb/version-info
...
Provide extension version number to Sphinx
2016-02-17 20:45:18 -08:00
MinchinWeb
002f198c27
Provide extension version number to Sphinx
2016-02-17 10:49:42 -07:00
Ahmet Bakan
380b8df9f3
Bumped version number, added release notes.
2016-01-06 19:12:31 -08:00
Ahmet Bakan
fc4e0963d4
Merge branch 'devel'
2016-01-06 19:05:23 -08:00