mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-12-17 07:00:12 +01:00
Dig too deep, minor fixes
This commit is contained in:
parent
293b2dfbe6
commit
e8e98f15cf
4 changed files with 29 additions and 6 deletions
7
conf.py
7
conf.py
|
|
@ -82,7 +82,7 @@ exclude_patterns = ['_build']
|
|||
|
||||
# The reST default role (used for this markup: `text`) to use for all
|
||||
# documents.
|
||||
default_role = 'any'
|
||||
default_role = 'ref'
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
|
|
@ -100,9 +100,12 @@ extlinks = {
|
|||
'wiki': ('http://dwarffortresswiki.org/index.php/cv:%s', ''),
|
||||
'forums': ('http://www.bay12forums.com/smf/index.php?topic=%s',
|
||||
'Bay12 forums thread '),
|
||||
'reddit': ('https://www.reddit.com/r/dwarffortress/comments/%s', '')
|
||||
'reddit': ('https://www.reddit.com/r/dwarffortress/comments/%s', ''),
|
||||
'dffd': ('http://dffd.bay12games.com/file.php?id=%s', 'DFFD file ')
|
||||
}
|
||||
# some aliases for link directives
|
||||
extlinks['forum'] = extlinks['forums']
|
||||
extlinks['DFFD'] = extlinks['dffd']
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
#intersphinx_mapping = {'https://docs.python.org/': None}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue