From 826bce93c37bddd8111ed47b626f609989eef38a Mon Sep 17 00:00:00 2001 From: Kyle Koeller Date: Thu, 8 Feb 2024 19:18:19 -0600 Subject: [PATCH] Commenting Out Broken Lines (#343) Some broken lines are being commented out. --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 90d6441..7faec04 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,11 +61,11 @@ # -- Options for HTML output -html_theme = 'sphinx_rtd_theme' +# html_theme = 'sphinx_rtd_theme' # -- Options for EPUB output -epub_show_urls = 'footnote' +# epub_show_urls = 'footnote' -github_issues_url = 'https://github.com/astropy/ccdproc/issues/' -nitpicky = True +# github_issues_url = 'https://github.com/astropy/ccdproc/issues/' +# nitpicky = True