summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.txt2
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 64b640b..bc08010 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -116,7 +116,7 @@ Debugging Filters
* Capture ``print`` output and present it in the browser for
debugging, in ``paste.printdebug``
-* Validate all HTML output from applications using the ``WDG Validator
+* Validate all HTML output from applications using the `WDG Validator
<http://www.htmlhelp.com/tools/validator/>`_, appending any errors
or warnings to the page, in ``paste.wdg_validator``
diff --git a/setup.cfg b/setup.cfg
index 73e9f58..3fbf4a3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ tag_build = dev
tag_svn_revision = true
[pudge]
-theme = lesscode.org
+theme = pythonpaste.org
docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt
docs/testing-applications.txt docs/url-parsing-with-wsgi.txt
dest = docs/html
diff --git a/setup.py b/setup.py
index 139a8e7..aa3e493 100644
--- a/setup.py
+++ b/setup.py
@@ -86,7 +86,7 @@ Debugging Filters
* Capture ``print`` output and present it in the browser for
debugging, in ``paste.printdebug``
-* Validate all HTML output from applications using the ``WDG Validator
+* Validate all HTML output from applications using the `WDG Validator
<http://www.htmlhelp.com/tools/validator/>`_, appending any errors
or warnings to the page, in ``paste.wdg_validator``