summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-13 09:56:07 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-13 10:00:32 -0700
commit6799ded8ba14310762a4ff537d14c1c0acded767 (patch)
tree685381ba6a07ce93b6f8685b15ea85bafa6d9059 /mkdocs.yml
parent2b47b4f74e522f0c50c0445e145a98540f08525a (diff)
Try to deal with an encoding issue
For some reason unicode characters break the readthedocs build.
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 6efb56ea..f449140a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,7 +1,7 @@
site_name: "CIDER: The Clojure Interactive Programming Environment that Rocks"
repo_url: https://github.com/clojure-emacs/cider
site_favicon: favicon.ico
-copyright: Copyright © 2016 Bozhidar Batsov, Artur Malabarba and CIDER contributors
+copyright: "Copyright (C) 2016 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
docs_dir: doc
pages:
- Home: index.md
@@ -20,13 +20,14 @@ pages:
- Additional Packages: additional_packages.md
- Caveats: caveats.md
- Troubleshooting: troubleshooting.md
-- Support: support.md
- Additional Resources: additional_resources.md
-- Team: team.md
-- Release Policy: release_policy.md
-- Logo: logo.md
- Contributing: contributing.md
-- License: license.md
+- About:
+ - Team: about/team.md
+ - Support: about/support.md
+ - Release Policy: about/release_policy.md
+ - Logo: about/logo.md
+ - License: about/license.md
extra_css:
- css/extra.css
theme: readthedocs