Merge pull request #17127 from tchaikov/wip-doc-cleanups

doc/conf.py: do not set html_use_smartypants explicitly

Reviewed-by: Dan Mick <dmick@redhat.com>
Reviewed-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2017-08-22 07:07:21 -04:00 committed by GitHub
commit 9aa44969c6
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
Updating the manpages is a semi-manual process:
(all paths below relative to top of git tree):
1) make changes to the .rst files in doc/man.
2) if adding or removing pages, update man/CMakeLists.txt
3) use admin/build-doc to build the doc tree into build-doc/output
4) copy changed manpage files from build-doc/output/man to man/
5) commit both doc/man .rst changes and man/ changes

View File

@ -34,7 +34,6 @@ html_theme_path = ['_themes']
html_title = "Ceph Documentation"
html_logo = 'logo.png'
html_favicon = 'favicon.ico'
html_use_smartypants = True
html_show_sphinx = False
html_sidebars = {
'**': ['smarttoc.html', 'searchbox.html'],