mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add tests for smartquotes
This commit is contained in:
7
tests/roots/test-smartquotes/conf.py
Normal file
7
tests/roots/test-smartquotes/conf.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
master_doc = 'index'
|
||||
|
||||
latex_documents = [
|
||||
(master_doc, 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
|
||||
]
|
||||
4
tests/roots/test-smartquotes/index.rst
Normal file
4
tests/roots/test-smartquotes/index.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
test-smartquotes
|
||||
================
|
||||
|
||||
-- "Sphinx" is a tool that makes it easy ...
|
||||
Reference in New Issue
Block a user