Ng Zhi An
7f6a08d536
Fix: use underscores in google_analytics
2014-11-13 23:13:36 -05:00
Dougal Matthews
229f7ee95c
Merge pull request #194 from d0ugal/404
...
Build 404 pages from the theme if they exist
2014-11-11 20:32:35 +00:00
Dougal Matthews
7b070bad56
Minor updates after feedback
2014-11-11 16:38:50 +00:00
Dougal Matthews
1668cf53d9
Add a 404 page to the MkDocs theme.
...
This change involved breaking up the context generation to create a sub
context that can be used for rendering pages not based on a specific
Markdown file.
2014-11-11 15:30:16 +00:00
Dougal Matthews
da26584a51
Add MANIFEST.in file
...
The MANIFEST.in file includes all of the files used by the themes we
ship with MkDocs and excludes __pycache__ (py3) and py[co] (py2).
Fixes #196
2014-11-07 12:41:55 +00:00
Tom Christie
bc93aa26a4
Update README.md
2014-11-07 12:41:14 +00:00
Tom Christie
d812829443
Update README.md
2014-11-07 12:41:05 +00:00
Dougal Matthews
fc78eeedd4
Merge pull request #199 from d0ugal/anchor-fix
...
Fix anchor only links
2014-11-07 12:31:53 +00:00
Dougal Matthews
d50513af66
Make the test name a bit more descriptive
2014-11-07 12:27:04 +00:00
Dougal Matthews
3dc7a6c85b
Fix anchor only links
...
Fixes #197
2014-11-07 12:23:15 +00:00
Dougal Matthews
561d9592c1
Build 404 pages from the theme if they exist
2014-11-06 16:42:51 +00:00
Dougal Matthews
1a1640c89a
Merge pull request #189 from ngzhian/section-names-in-rtd
...
Implement #175 : Display section names in RTD
2014-11-06 15:54:19 +00:00
Dougal Matthews
52c61fb99d
Merge pull request #190 from ngzhian/optional-syntax-highlight
...
Fix #183 : Don't add classes to code blocks
2014-11-06 15:52:49 +00:00
Dougal Matthews
a789157611
Merge pull request #191 from mvdkleijn/patch-1
...
Make it easier to recognize as BSD license
2014-11-06 15:31:27 +00:00
Martijn
12227d8f97
Make it easier to recognize as BSD license
...
People could mistake it as a custom license instead of a generic BSD license, so I thought a tiny clarification might save readers time, effort and mostly pain.
2014-11-03 21:53:25 +01:00
Ng Zhi An
3f456cedee
Fix #183 : Don't add classes to code blocks
...
Previously, MkDocs will add classes to the <pre><code> blocks generated
from the md file to allow for the prettify library to work its magic.
This commit moves the translation into base.js under mkdocs, so now the
theme handles the prettify instead of assuming in the build process.
This allows users to use other libraries, such as highlight.js.
2014-11-02 18:17:11 -05:00
Ng Zhi An
2826ee0670
Oops: use default theme
2014-10-31 09:36:32 -04:00
Ng Zhi An
736400acec
Implement #175 : Display section names in RTD
2014-10-31 09:29:38 -04:00
Dougal Matthews
d66e7fa8dc
Merge pull request #186 from d0ugal/win
...
Under Windows NamedTemporaryFile isn't accessible
2014-10-30 21:50:04 +00:00
Dougal Matthews
746640b5b1
Under Windows NamedTemporaryFile isn't accessible
...
We need to tell it not to delete the file and then manually clean up
afterwards. Under windows the file is removed immedietly and thus wont
exist when we try to access it.
2014-10-30 21:45:43 +00:00
Dougal Matthews
1525616006
Merge pull request #184 from robinandeer/use-polling-observer
...
Replace inotify with polling observer
2014-10-30 21:40:20 +00:00
Robin Andeer
41589cc34b
expand inline docs
2014-10-30 15:17:40 +01:00
Robin Andeer
3ba551bdaa
add documentation :)
2014-10-30 15:05:13 +01:00
Robin Andeer
326fd1981f
replace inotify with polling observer
2014-10-30 14:58:20 +01:00
Dougal Matthews
878d73e263
Merge pull request #182 from ngzhian/arg-to-option
...
Implement #86 : Parse dir with - on command line
2014-10-30 08:32:31 +00:00
Dougal Matthews
566289d7d2
Merge pull request #176 from ngzhian/error-handling-output
...
Improve error handling
2014-10-30 08:19:30 +00:00
Ng Zhi An
cba5a35034
Implement #86 : Parse dir with - on command line
2014-10-30 01:41:49 -04:00
Dougal Matthews
6477227d7c
Change .yaml to .yml to remain consistent.
...
/ht @AndyA13
2014-10-29 09:19:20 +00:00
Dougal Matthews
cd8bfc5d51
Fixed a formatting error in the release notes
2014-10-29 09:06:19 +00:00
Dougal Matthews
bd4da4bee8
Version 0.10
2014-10-29 09:03:37 +00:00
Ng Zhi An
c80a887367
Reduce noise when configuration has error
2014-10-26 18:37:55 -04:00
Ng Zhi An
7b458f340c
Remove pass in ConfigurationExpection
2014-10-26 18:37:16 -04:00
Ng Zhi An
89325ec6eb
Remove unused imports
2014-10-25 18:58:33 -04:00
Ng Zhi An
0e66b3ac2e
Catch KeyboardInterrupt when serving
2014-10-25 15:49:07 -04:00
Ng Zhi An
2a0909d2f0
Update tests to check for Configuration Error
2014-10-25 15:49:07 -04:00
Ng Zhi An
5549682ec9
Throw ConfigurationError on problems with loading config
...
Try to improve error handling. #172
2014-10-25 15:48:45 -04:00
Ng Zhi An
8a4e47ebcb
Add ConfigurationError exception class
2014-10-25 15:46:10 -04:00
Dougal Matthews
dc44cda993
Merge pull request #174 from ericholscher/rtd-theme-blocks
...
Add blocks for Read the Docs theme.
2014-10-24 08:15:28 +01:00
Eric Holscher
ea3235e5d5
Add blocks for Read the Docs theme.
...
This makes the theme directory overriding actually useful. :)
These match the theme blocks on the Sphinx theme:
https://github.com/snide/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/layout.html
2014-10-23 13:28:53 -07:00
Dougal Matthews
de780d3fd3
Merge pull request #173 from d0ugal/master
...
Added initial descriptions for PyPi based on those on the website
2014-10-23 08:08:58 +01:00
Dougal Matthews
3ed0fe8c4a
Added initial descriptions for PyPi based on those on the website
...
Fixes #159
2014-10-23 08:03:13 +01:00
Dougal Matthews
87486734cf
Merge pull request #166 from ngzhian/graceful-exit
...
Fix #14 : Exit with message and code on config errors
2014-10-22 20:38:33 +01:00
Dougal Matthews
b764af72ab
Added a comment to explain the fix in #170
2014-10-22 20:22:27 +01:00
Dougal Matthews
131928f663
Add notes to the release docs for #171 , #168 and #104
2014-10-22 20:20:36 +01:00
Dougal Matthews
ebf3918d04
Merge pull request #170 from devbliss/bug/incorrect-theme-dir-order
...
Fixed incorrect theme dir order for media files
2014-10-22 20:20:06 +01:00
Dougal Matthews
4ab4ee0750
Merge pull request #171 from dnrce/rtd-theme-styles
...
RTD theme: wrap main content in a .section div
2014-10-22 20:06:29 +01:00
Dougal Matthews
8747506c9e
Merge pull request #168 from ebertti/readthedocs
...
Fix on Readthedocs theme
2014-10-22 19:52:31 +01:00
Dan Rice
d0832583cf
RTD theme: wrap main content in a .section div
...
This better approximates the hierarchy generated by Sphinx.
Ref #127
2014-10-22 13:28:02 -04:00
Ezequiel Bertti
8915fb936e
Update .gitignore
2014-10-22 13:51:57 -02:00
Michael Diodone
a28154a19f
Merge remote-tracking branch 'upstream/master' into bug/incorrect-theme-dir-order
...
Synced with upstream
2014-10-22 17:05:02 +02:00