mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
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:
commit
9aa44969c6
@ -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
|
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user