Fix some anchors and markdown quirks

This commit is contained in:
James R. Barlow
2025-04-21 00:50:26 -07:00
parent e4a8f7a354
commit 3304498bdc
5 changed files with 6 additions and 20 deletions
+3 -9
View File
@@ -26,9 +26,7 @@
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
needs_sphinx = '8'
import datetime
@@ -58,10 +56,6 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
source_suffix = {'.rst': 'restructuredtext', '.md': 'markdown', '.txt': 'markdown'}
# The encoding of source files.
#
# source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'index'
@@ -70,8 +64,8 @@ project = 'ocrmypdf'
year = str(datetime.date.today().year)
copyright = (
f'{year}, James R. Barlow. ',
'Licensed under Creative Commons Attribution-ShareAlike 4.0.',
f'{year}, James R. Barlow. '
+ 'Licensed under Creative Commons Attribution-ShareAlike 4.0'
)
author = 'James R. Barlow'