mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add tests for default-role
This commit is contained in:
3
tests/roots/test-default_role/conf.py
Normal file
3
tests/roots/test-default_role/conf.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
master_doc = 'index'
|
||||
4
tests/roots/test-default_role/foo.rst
Normal file
4
tests/roots/test-default_role/foo.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
foo.rst
|
||||
=======
|
||||
|
||||
`OK` button
|
||||
6
tests/roots/test-default_role/index.rst
Normal file
6
tests/roots/test-default_role/index.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
default_role
|
||||
============
|
||||
|
||||
.. default-role:: pep
|
||||
|
||||
`8`
|
||||
Reference in New Issue
Block a user