mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
merge with main
This commit is contained in:
@@ -24,6 +24,8 @@ exclude_trees = ['_build']
|
||||
keep_warnings = True
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
rst_epilog = '.. |subst| replace:: global substitution'
|
||||
|
||||
html_style = 'default.css'
|
||||
html_static_path = ['_static']
|
||||
html_last_updated_fmt = '%b %d, %Y'
|
||||
|
||||
@@ -11,6 +11,8 @@ Testing various markup
|
||||
:author: Me
|
||||
:keywords: docs, sphinx
|
||||
|
||||
A |subst|.
|
||||
|
||||
.. _label:
|
||||
|
||||
::
|
||||
|
||||
BIN
tests/root/rimg.png
Normal file
BIN
tests/root/rimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
@@ -2,3 +2,5 @@ Image including source in subdir
|
||||
================================
|
||||
|
||||
.. image:: img.*
|
||||
|
||||
.. image:: /rimg.png
|
||||
|
||||
Reference in New Issue
Block a user