Commit Graph

  • b412ad66c0 Fix #164: serve ignores missing files Ng Zhi An 2014-10-25 23:19:09 -04:00
  • fd00c852de Merge pull request #312 from d0ugal/config-docs Dougal Matthews 2015-01-04 20:55:10 +00:00
  • 0575d86ac8 Merge pull request #299 from samhatfield/master Dougal Matthews 2015-01-03 17:20:53 +00:00
  • 95a69b87b7 Remove unused include_sitemap config option Dougal Matthews 2015-01-02 14:02:30 +00:00
  • ceb83d051b Document extra_javascript and extra_css config options Dougal Matthews 2015-01-02 13:56:37 +00:00
  • a92833944b Remove placeholder documentation Dougal Matthews 2015-01-02 13:56:10 +00:00
  • bf2c5b31e1 Document google_analytics config option Dougal Matthews 2015-01-02 13:00:42 +00:00
  • f16e62d9f9 Document copyright config option Dougal Matthews 2015-01-02 13:00:14 +00:00
  • 93d9f63582 Document repo_name config option Dougal Matthews 2015-01-02 12:59:50 +00:00
  • 249cdfae3a Change header levels Dougal Matthews 2015-01-02 12:59:31 +00:00
  • 413d7111e6 Merge pull request #302 from sjzabel/master Dougal Matthews 2014-12-28 11:49:48 +00:00
  • 322ec7264e There is a hidden garbage char breaking mkdocs new Stephen J. Zabel 2014-12-27 16:09:24 -06:00
  • f0fbaa9d29 Merge pull request #279 from d0ugal/add_strict_mode Dougal Matthews 2014-12-23 12:03:34 +00:00
  • 61173d1278 Page titles no longer contain the site name Sam Hatfield 2014-12-22 18:42:23 +00:00
  • c560c455d1 Merge pull request #293 from d0ugal/relative-urls Dougal Matthews 2014-12-20 10:06:12 +00:00
  • 0b914fe141 Refactor rewriting URL's for non-markdown files Dougal Matthews 2014-12-19 09:41:41 +00:00
  • 79999e99fe Merge pull request #291 from d0ugal/master Dougal Matthews 2014-12-17 21:03:49 +00:00
  • 5cb1ee1ec3 Remove references to non-existant theme ghostwriter Dougal Matthews 2014-12-17 19:36:32 +00:00
  • 1eaac8635f Merge pull request #288 from kaiix/empty-config Dougal Matthews 2014-12-17 19:32:33 +00:00
  • e5b1e71547 Add a test for the strict mode and change to an exception rather than assert Dougal Matthews 2014-12-17 19:12:11 +00:00
  • 853b1e4d31 Add a strict mode to optionally enable local link checking Dougal Matthews 2014-12-09 08:12:57 +00:00
  • aae0387ff7 Fix: command line options take precedent over YAML config kaiix 2014-12-17 16:58:05 +08:00
  • 13a8be9b65 Merge remote-tracking branch 'upstream/master' into empty-config kaiix 2014-12-17 09:33:32 +08:00
  • 98693e0afc Renaming kaiix 2014-12-17 09:33:10 +08:00
  • a905479578 Add a test case for empty config file kaiix 2014-12-17 09:24:05 +08:00
  • bab50442d8 Fix: yaml parse result could be an invalid structure kaiix 2014-12-17 09:10:47 +08:00
  • 9251d528c8 Merge pull request #289 from d0ugal/error-handling Dougal Matthews 2014-12-16 18:33:58 +00:00
  • 092099c787 Catch errors in the Watchdog error handler Dougal Matthews 2014-12-16 16:29:27 +00:00
  • 951c8d1d47 Fixes #283. If the mkdocs.yml is completely empty there is a traceback kaiix 2014-12-17 00:08:50 +08:00
  • 22fbbe5657 Merge pull request #286 from d0ugal/master Dougal Matthews 2014-12-16 16:03:54 +00:00
  • 47336d3a17 Fix test failure Dougal Matthews 2014-12-16 15:08:08 +00:00
  • 28b093744a Merge pull request #271 from d0ugal/add-homepage-to-nav Dougal Matthews 2014-12-16 14:55:29 +00:00
  • b8e4cab64f Merge pull request #285 from major/enable-ghdeploy-cname Dougal Matthews 2014-12-16 13:57:02 +00:00
  • 6b558dd7fe Check for CNAME file when using gh-deploy Major Hayden 2014-12-15 14:35:41 -06:00
  • 97df1c027e Merge pull request #284 from major/ghdeploy-github-enterprise-fix Dougal Matthews 2014-12-15 17:09:18 +00:00
  • 9176d9a08d Fixed URL parse error when using GitHub Enterprise Major Hayden 2014-12-15 09:00:29 -06:00
  • 865ce0014e Merge pull request #280 from tomchristie/invalid-pages-config Dougal Matthews 2014-12-12 15:05:39 +00:00
  • 307b7d2b25 Raise a configuration error for invalid pages configs Dougal Matthews 2014-12-10 08:32:25 +00:00
  • 5d07e4c7f9 Merge pull request #276 from d0ugal/win-path Dougal Matthews 2014-12-10 07:42:08 +00:00
  • c79cc1b7e7 Added a test for the path handling and found a bug Dougal Matthews 2014-12-09 18:19:10 +00:00
  • 82591ded0c Replace another slash I missed. Dougal Matthews 2014-12-08 20:41:58 +00:00
  • 37240c5943 Use os.path.sep for Windows support Dougal Matthews 2014-12-08 18:22:21 +00:00
  • 44aacf42cc Merge pull request #272 from d0ugal/version Dougal Matthews 2014-12-06 14:49:17 +00:00
  • a0e9968a6b Add the current MkDocs version to the CLI output Dougal Matthews 2014-12-06 14:45:33 +00:00
  • 69396db726 Merge pull request #270 from d0ugal/rtd-fixes Dougal Matthews 2014-12-04 08:47:08 +00:00
  • f98f73c46f Add TOC for top level nav on ReadTheDocs theme Dougal Matthews 2014-12-03 17:37:16 +00:00
  • f559e90b3e Add the title and burger menu to small screens. Dougal Matthews 2014-12-03 17:36:53 +00:00
  • bfdab5fafa Add the homepage back to the navigation Dougal Matthews 2014-12-03 17:40:51 +00:00
  • 589d699301 Merge pull request #255 from DannyBen/css-padding Dougal Matthews 2014-12-01 08:01:43 +00:00
  • c159c45e5d Merge pull request #257 from d0ugal/rtd-table Dougal Matthews 2014-12-01 07:58:56 +00:00
  • 294b788eb6 Fix rendering of tables in the Read The Docs theme Dougal Matthews 2014-11-30 18:24:24 +00:00
  • 2f08487f65 Added bottom padding to all bootstrap themes Danny Ben Shitrit 2014-11-29 21:25:27 +00:00
  • 9c068c047c Merge pull request #254 from d0ugal/skip-dotfiles Dougal Matthews 2014-11-29 10:41:26 +00:00
  • 1dc0eede2c Correct method name Dougal Matthews 2014-11-28 11:51:44 +00:00
  • 476b101f11 Remove excessive VWS Dougal Matthews 2014-11-28 11:25:06 +00:00
  • f8577d833c Handle directories starting with a '.' Dougal Matthews 2014-11-28 11:22:07 +00:00
  • f0270ce110 Merge pull request #250 from d0ugal/script Dougal Matthews 2014-11-28 10:20:25 +00:00
  • 1237be30d6 Skip dotfiles when copying media Dougal Matthews 2014-11-28 09:14:27 +00:00
  • bc9542262e Correct a variable name in the tests Dougal Matthews 2014-11-28 09:13:06 +00:00
  • aaf344630f Add a docstring to explain the relative path Markdown extension Dougal Matthews 2014-11-28 08:40:03 +00:00
  • 0c0d0921b0 Add a test case specific to #240 Dougal Matthews 2014-11-28 08:05:26 +00:00
  • 5b44ac419f Move the markdown extension Dougal Matthews 2014-11-28 07:55:25 +00:00
  • 4aec81ac5b Merge pull request #249 from fedelibre/readme-releases Dougal Matthews 2014-11-27 16:31:54 +00:00
  • 125acf473c Refactor URL rewriting Dougal Matthews 2014-11-27 16:22:01 +00:00
  • 034835cb81 add link to release notes Federico Bruni 2014-11-27 16:17:12 +01:00
  • 87accc74fe Don't use the default theme if the user only specifies a theme_dir Dougal Matthews 2014-11-27 09:19:23 +00:00
  • d87014494b Merge pull request #235 from d0ugal/master Dougal Matthews 2014-11-20 09:47:36 +00:00
  • 455c1a66db Version 0.11.1 0.11.1 Dougal Matthews 2014-11-20 09:45:58 +00:00
  • 70caa56e69 Roll 0.11.1 to fix CSS issues in RTD Dougal Matthews 2014-11-20 09:45:37 +00:00
  • 5219651861 Merge pull request #234 from d0ugal/master Dougal Matthews 2014-11-20 09:04:26 +00:00
  • 1fbdc5e94e Fix wrapping in code tags Dougal Matthews 2014-11-20 08:58:55 +00:00
  • 05cee26fc6 Merge pull request #232 from ericholscher/small-rtd-fix Dougal Matthews 2014-11-19 22:31:18 +00:00
  • f5b7660048 Remove comma in RTD theme footer, to keep it consistent with Sphinx version Eric Holscher 2014-11-19 14:15:46 -08:00
  • 33d091199e Update documentation Dougal Matthews 2014-11-18 15:38:49 +00:00
  • 39756d3f07 Version 0.11 0.11 Dougal Matthews 2014-11-18 15:32:18 +00:00
  • e4107499f0 Merge pull request #228 from d0ugal/0.11.X-release-notes Dougal Matthews 2014-11-18 15:24:06 +00:00
  • de7b713352 Fixed a typo. Dougal Matthews 2014-11-18 15:22:36 +00:00
  • 7c9b105af9 Prepare for 0.11.0 Dougal Matthews 2014-11-14 11:13:00 +00:00
  • 50798e9159 Merge pull request #225 from d0ugal/graphics-for-readthedocs Dougal Matthews 2014-11-17 22:26:14 +00:00
  • 559d0f4cea Add explinations for the fixes. This may help us push these upstream. Dougal Matthews 2014-11-17 15:32:29 +00:00
  • 76e29debe8 Fixed vertical scroll with large project docs Dougal Matthews 2014-11-17 15:25:03 +00:00
  • f8d8c4bebe Updated the ReadTheDocs theme to the upstream version Dougal Matthews 2014-11-17 15:23:31 +00:00
  • dedde8d030 Merge pull request #226 from d0ugal/master Dougal Matthews 2014-11-16 19:38:37 +00:00
  • 1be54f9d87 Strip extra whitespace Dougal Matthews 2014-11-16 19:37:18 +00:00
  • fce5fe050c Fixup for mkdocs theme tables Dougal Matthews 2014-11-16 19:21:44 +00:00
  • 72db8d01f2 Include the highlight.js theme licence in the docs Dougal Matthews 2014-11-16 12:44:44 +00:00
  • 03a1ab65b9 Improve 736400acec Dougal Matthews 2014-11-16 12:32:53 +00:00
  • ee1d0a83c1 Rename github.css and move the HTML links Dougal Matthews 2014-11-16 12:18:27 +00:00
  • 1951e59660 Rename github.css Dougal Matthews 2014-11-16 12:04:43 +00:00
  • 508e6722b4 Move CSS to the top, JS to the bottom Dougal Matthews 2014-11-16 12:02:57 +00:00
  • f15dd22be8 Move JS init to base.js Dougal Matthews 2014-11-16 12:02:06 +00:00
  • 65f5cb4732 Remove commented line Dougal Matthews 2014-11-16 12:01:57 +00:00
  • 477bbd6eb3 Remove IDE specific config. Dougal Matthews 2014-11-16 12:00:42 +00:00
  • 9e54084d4d Syntax highlightning for mkdocs theme Mikael Hernrup 2014-03-27 22:54:23 +01:00
  • b36ac2f4ab Vendor folder removed and moved into standard structure Mikael Hernrup 2014-03-27 22:44:19 +01:00
  • c732c566d1 License added (required) Mikael Hernrup 2014-03-27 22:43:57 +01:00
  • 4b90c462d1 Git ignore IDE settings Mikael Hernrup 2014-03-27 22:36:44 +01:00
  • 507abd8e0a changed case sensitive theme Mikael Hernrup 2014-03-12 09:15:16 +01:00
  • f39ff7d98e Changed padding for code tag Mikael Hernrup 2014-03-11 15:44:00 +01:00
  • 151e4cd09d Fixed unset href links in sidebar for readthedocs theme Mikael Hernrup 2014-03-11 14:26:17 +01:00