Skip to content

Commit a787271

Browse files
committed
Add sphinx reference types to fixtures.
1 parent ff2c649 commit a787271

File tree

2 files changed

+14
-203
lines changed

2 files changed

+14
-203
lines changed

docs/_ext/pytestdocs.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def setup(app):
2+
app.add_crossref_type(
3+
directivename="fixture",
4+
rolename="fixture",
5+
indextemplate="pair: %s; fixture",
6+
)

docs/conf.py

Lines changed: 8 additions & 203 deletions
Original file line numberDiff line numberDiff line change
@@ -1,241 +1,46 @@
11
# -*- coding: utf-8 -*-
2-
#
3-
# pytest-django documentation build configuration file, created by
4-
# sphinx-quickstart on Tue May 1 10:12:50 2012.
5-
#
6-
# This file is execfile()d with the current directory set to its containing dir.
7-
#
8-
# Note that not all possible configuration values are present in this
9-
# autogenerated file.
10-
#
11-
# All configuration values have a default; values that are commented out
12-
# serve to show the default.
132

14-
import sys, os, datetime
3+
import os
4+
import sys
5+
import datetime
156

167
# If extensions (or modules to document with autodoc) are in another directory,
178
# add these directories to sys.path here. If the directory is relative to the
189
# documentation root, use os.path.abspath to make it absolute, like shown here.
19-
#sys.path.insert(0, os.path.abspath('.'))
2010

21-
# -- General configuration -----------------------------------------------------
22-
23-
# If your documentation needs a minimal Sphinx version, state it here.
24-
#needs_sphinx = '1.0'
11+
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext")))
2512

2613
# Add any Sphinx extension module names here, as strings. They can be extensions
2714
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28-
extensions = ['sphinx.ext.doctest']
15+
extensions = [
16+
'sphinx.ext.doctest',
17+
'pytestdocs',
18+
]
2919

3020
# Add any paths that contain templates here, relative to this directory.
3121
templates_path = ['_templates']
3222

3323
# The suffix of source filenames.
3424
source_suffix = '.rst'
3525

36-
# The encoding of source files.
37-
#source_encoding = 'utf-8-sig'
38-
3926
# The master toctree document.
4027
master_doc = 'index'
4128

4229
# General information about the project.
4330
project = u'pytest-django'
4431
copyright = u'%d, Andreas Pelme and contributors' % datetime.date.today().year
4532

46-
# The version info for the project you're documenting, acts as replacement for
47-
# |version| and |release|, also used in various other places throughout the
48-
# built documents.
49-
#
50-
# The short X.Y version.
51-
52-
# The language for content autogenerated by Sphinx. Refer to documentation
53-
# for a list of supported languages.
54-
#language = None
55-
56-
# There are two options for replacing |today|: either, you set today to some
57-
# non-false value, then it is used:
58-
#today = ''
59-
# Else, today_fmt is used as the format for a strftime call.
60-
#today_fmt = '%B %d, %Y'
61-
62-
# List of patterns, relative to source directory, that match files and
63-
# directories to ignore when looking for source files.
6433
exclude_patterns = ['_build']
6534

66-
# The reST default role (used for this markup: `text`) to use for all documents.
67-
#default_role = None
68-
69-
# If true, '()' will be appended to :func: etc. cross-reference text.
70-
#add_function_parentheses = True
71-
72-
# If true, the current module name will be prepended to all description
73-
# unit titles (such as .. function::).
74-
#add_module_names = True
75-
76-
# If true, sectionauthor and moduleauthor directives will be shown in the
77-
# output. They are ignored by default.
78-
#show_authors = False
79-
80-
# The name of the Pygments (syntax highlighting) style to use.
8135
pygments_style = 'sphinx'
82-
83-
# A list of ignored prefixes for module index sorting.
84-
#modindex_common_prefix = []
85-
86-
87-
# -- Options for HTML output ---------------------------------------------------
88-
89-
# The theme to use for HTML and HTML Help pages. See the documentation for
90-
# a list of builtin themes.
9136
html_theme = 'default'
9237
html_style = 'rtd.css'
9338
RTD_NEW_THEME = True
9439

95-
# Theme options are theme-specific and customize the look and feel of a theme
96-
# further. For a list of options available for each theme, see the
97-
# documentation.
98-
#html_theme_options = {}
99-
100-
# Add any paths that contain custom themes here, relative to this directory.
101-
#html_theme_path = []
102-
103-
# The name for this set of Sphinx documents. If None, it defaults to
104-
# "<project> v<release> documentation".
105-
#html_title = None
106-
107-
# A shorter title for the navigation bar. Default is the same as html_title.
108-
#html_short_title = None
109-
110-
# The name of an image file (relative to this directory) to place at the top
111-
# of the sidebar.
112-
#html_logo = None
113-
114-
# The name of an image file (within the static path) to use as favicon of the
115-
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
116-
# pixels large.
117-
#html_favicon = None
118-
11940
# Add any paths that contain custom static files (such as style sheets) here,
12041
# relative to this directory. They are copied after the builtin static files,
12142
# so a file named "default.css" will overwrite the builtin "default.css".
12243
html_static_path = ['_static']
12344

124-
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
125-
# using the given strftime format.
126-
#html_last_updated_fmt = '%b %d, %Y'
127-
128-
# If true, SmartyPants will be used to convert quotes and dashes to
129-
# typographically correct entities.
130-
#html_use_smartypants = True
131-
132-
# Custom sidebar templates, maps document names to template names.
133-
#html_sidebars = {}
134-
135-
# Additional templates that should be rendered to pages, maps page names to
136-
# template names.
137-
#html_additional_pages = {}
138-
139-
# If false, no module index is generated.
140-
#html_domain_indices = True
141-
142-
# If false, no index is generated.
143-
#html_use_index = True
144-
145-
# If true, the index is split into individual pages for each letter.
146-
#html_split_index = False
147-
148-
# If true, links to the reST sources are added to the pages.
149-
#html_show_sourcelink = True
150-
151-
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
152-
#html_show_sphinx = True
153-
154-
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
155-
#html_show_copyright = True
156-
157-
# If true, an OpenSearch description file will be output, and all pages will
158-
# contain a <link> tag referring to it. The value of this option must be the
159-
# base URL from which the finished HTML is served.
160-
#html_use_opensearch = ''
161-
162-
# This is the file name suffix for HTML files (e.g. ".xhtml").
163-
#html_file_suffix = None
164-
16545
# Output file base name for HTML help builder.
16646
htmlhelp_basename = 'pytest-djangodoc'
167-
168-
169-
# -- Options for LaTeX output --------------------------------------------------
170-
171-
latex_elements = {
172-
# The paper size ('letterpaper' or 'a4paper').
173-
#'papersize': 'letterpaper',
174-
175-
# The font size ('10pt', '11pt' or '12pt').
176-
#'pointsize': '10pt',
177-
178-
# Additional stuff for the LaTeX preamble.
179-
#'preamble': '',
180-
}
181-
182-
# Grouping the document tree into LaTeX files. List of tuples
183-
# (source start file, target name, title, author, documentclass [howto/manual]).
184-
latex_documents = [
185-
('index', 'pytest-django.tex', u'pytest-django Documentation',
186-
u'Andreas Pelme', 'manual'),
187-
]
188-
189-
# The name of an image file (relative to this directory) to place at the top of
190-
# the title page.
191-
#latex_logo = None
192-
193-
# For "manual" documents, if this is true, then toplevel headings are parts,
194-
# not chapters.
195-
#latex_use_parts = False
196-
197-
# If true, show page references after internal links.
198-
#latex_show_pagerefs = False
199-
200-
# If true, show URL addresses after external links.
201-
#latex_show_urls = False
202-
203-
# Documents to append as an appendix to all manuals.
204-
#latex_appendices = []
205-
206-
# If false, no module index is generated.
207-
#latex_domain_indices = True
208-
209-
210-
# -- Options for manual page output --------------------------------------------
211-
212-
# One entry per manual page. List of tuples
213-
# (source start file, name, description, authors, manual section).
214-
man_pages = [
215-
('index', 'pytest-django', u'pytest-django Documentation',
216-
[u'Andreas Pelme'], 1)
217-
]
218-
219-
# If true, show URL addresses after external links.
220-
#man_show_urls = False
221-
222-
223-
# -- Options for Texinfo output ------------------------------------------------
224-
225-
# Grouping the document tree into Texinfo files. List of tuples
226-
# (source start file, target name, title, author,
227-
# dir menu entry, description, category)
228-
texinfo_documents = [
229-
('index', 'pytest-django', u'pytest-django Documentation',
230-
u'Andreas Pelme', 'pytest-django', 'One line description of project.',
231-
'Miscellaneous'),
232-
]
233-
234-
# Documents to append as an appendix to all manuals.
235-
#texinfo_appendices = []
236-
237-
# If false, no module index is generated.
238-
#texinfo_domain_indices = True
239-
240-
# How to display URL addresses: 'footnote', 'no', or 'inline'.
241-
#texinfo_show_urls = 'footnote'

0 commit comments

Comments
 (0)