aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2020-01-28 10:25:38 -0700
committerTim Harder <radhermit@gmail.com>2020-01-28 10:25:38 -0700
commit546fa5f076f594b6460866cb7bbc2c41997f3e51 (patch)
tree2a710052bdbe9ab271a4eb9d90baf3ba9b13e226 /doc
parentupdate news and bump version (diff)
downloadpkgcheck-546fa5f076f594b6460866cb7bbc2c41997f3e51.tar.gz
pkgcheck-546fa5f076f594b6460866cb7bbc2c41997f3e51.tar.bz2
pkgcheck-546fa5f076f594b6460866cb7bbc2c41997f3e51.zip
docs: drop old readthedocs setup
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 634700e6..1c83ab9d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -29,8 +29,6 @@ if os.path.exists(libdir):
os.environ['PKGDIST_REPODIR'] = os.path.abspath('..')
from snakeoil.dist import distutils_extensions as pkgdist
-on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
-
# -- General configuration ------------------------------------------------
@@ -117,11 +115,6 @@ pygments_style = 'sphinx'
# If true, keep warnings as "system message" paragraphs in the built documents.
#keep_warnings = False
-# auto-generate required files for RTD build environment
-if on_rtd:
- pkgdist.generate_man()
- pkgdist.generate_html()
-
# -- Options for HTML output ----------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for