From 2dd057b54d20298bfc7cacdf090fc026b462ea7e Mon Sep 17 00:00:00 2001 From: Marc L <marcll@vt.edu> Date: Fri, 21 Jun 2019 23:20:03 -0400 Subject: docs: Remove the sphinx manual Going forward, everything manual-related will be consolidated into the Doxygen manual, or the wiki. --- docs/sphinx/hieroglyph/errors.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/sphinx/hieroglyph/errors.py (limited to 'docs/sphinx/hieroglyph/errors.py') diff --git a/docs/sphinx/hieroglyph/errors.py b/docs/sphinx/hieroglyph/errors.py deleted file mode 100644 index 9f7cde9570..0000000000 --- a/docs/sphinx/hieroglyph/errors.py +++ /dev/null @@ -1,11 +0,0 @@ -from __future__ import unicode_literals - -from sphinx.errors import ExtensionError - -__author__ = 'rjs' - -class HieroglyphError(ExtensionError): - ''' - An exception type specific to the Hieroglyph Sphinx extension. - ''' - pass -- cgit v1.2.3