Permalink
Browse files

update README

  • Loading branch information...
1 parent ea179b7 commit dff3aa03e7aff55d49018cd4f066b66106fbb2da @ahoneybun committed Apr 27, 2017
Showing with 5 additions and 5 deletions.
  1. +4 −4 README.md
  2. +1 −1 source/conf.py
View
@@ -3,12 +3,12 @@ Kubuntu Manual
Licensed under FDL v1.3
-17.04 STATUS: Updating text and screenshots
+17.04 STATUS: RELEASED
## To Do list
-- [ ] Update docs.kubuntu.org to 16.04.1
-- [ ] Find how python docs site handles versions (16.04.1 and 17.04)
+- [ ] Update docs.kubuntu.org to 16.04.2
+- [ ] Find how python docs site handles versions (16.04.2 and 17.04)
- [ ] Find how python docs site handles translations
## How it works
@@ -28,7 +28,7 @@ You can see the options for building the documentation by running `make help`.
Documentation is here: http://www.sphinx-doc.org/en/stable/intl.html
```
-pip install sphinx-intl
+pip3 install sphinx-intl
```
## What you can do
View
@@ -198,7 +198,7 @@
#html_show_sourcelink = True
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
-#html_show_sphinx = True
+html_show_sphinx = True
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
#html_show_copyright = True

0 comments on commit dff3aa0

Please sign in to comment.