From 983d1d659858cd36b37dbda0cdae295aeede6ed3 Mon Sep 17 00:00:00 2001 From: SeongSoo Cho Date: Tue, 29 Nov 2016 22:34:23 +0900 Subject: [PATCH] Remove unnecessary TODO comment line Because the spec document has changed not to use rst2pdf, remove a related comment line in conf.py Depends-On: I773def424637157ae03e6ada51a905880c0e3bf1 Change-Id: Ic9502684d0db2b6ced0a1808600baafb11206809 Implements: blueprint build-pdf-from-rst-guides --- doc/admin-guide/source/conf.py | 1 - doc/common/source/conf.py | 1 - doc/contributor-guide/source/conf.py | 1 - doc/install-guide-debconf/source/conf.py | 1 - doc/install-guide/source/conf.py | 1 - doc/user-guide/source/conf.py | 1 - 6 files changed, 6 deletions(-) diff --git a/doc/admin-guide/source/conf.py b/doc/admin-guide/source/conf.py index ccf4fba341..ce8c89233a 100644 --- a/doc/admin-guide/source/conf.py +++ b/doc/admin-guide/source/conf.py @@ -39,7 +39,6 @@ import openstackdocstheme # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -# TODO(ajaeger): enable PDF building, for example add 'rst2pdf.pdfbuilder' # extensions = # Add any paths that contain templates here, relative to this directory. diff --git a/doc/common/source/conf.py b/doc/common/source/conf.py index aa10e904bc..ca327c6e0c 100644 --- a/doc/common/source/conf.py +++ b/doc/common/source/conf.py @@ -39,7 +39,6 @@ import openstackdocstheme # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -# TODO(ajaeger): enable PDF building, for example add 'rst2pdf.pdfbuilder' extensions = [] # Add any paths that contain templates here, relative to this directory. diff --git a/doc/contributor-guide/source/conf.py b/doc/contributor-guide/source/conf.py index ab45a49673..30af94ccd8 100644 --- a/doc/contributor-guide/source/conf.py +++ b/doc/contributor-guide/source/conf.py @@ -39,7 +39,6 @@ import openstackdocstheme # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -# TODO(ajaeger): enable PDF building, for example add 'rst2pdf.pdfbuilder' extensions = [] diff --git a/doc/install-guide-debconf/source/conf.py b/doc/install-guide-debconf/source/conf.py index 883b64b86f..6fecceb3e2 100644 --- a/doc/install-guide-debconf/source/conf.py +++ b/doc/install-guide-debconf/source/conf.py @@ -39,7 +39,6 @@ import openstackdocstheme # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -# TODO(ajaeger): enable PDF building, for example add 'rst2pdf.pdfbuilder' extensions = ['sphinxmark'] # Add any paths that contain templates here, relative to this directory. diff --git a/doc/install-guide/source/conf.py b/doc/install-guide/source/conf.py index a9c475d5fd..cf40b821ce 100644 --- a/doc/install-guide/source/conf.py +++ b/doc/install-guide/source/conf.py @@ -39,7 +39,6 @@ import openstackdocstheme # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -# TODO(ajaeger): enable PDF building, for example add 'rst2pdf.pdfbuilder' extensions = ['sphinxmark'] # Add any paths that contain templates here, relative to this directory. diff --git a/doc/user-guide/source/conf.py b/doc/user-guide/source/conf.py index d82dbc5faf..869f5c383b 100644 --- a/doc/user-guide/source/conf.py +++ b/doc/user-guide/source/conf.py @@ -39,7 +39,6 @@ import openstackdocstheme # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -# TODO(ajaeger): enable PDF building, for example add 'rst2pdf.pdfbuilder' extensions = [] # Add any paths that contain templates here, relative to this directory.