8000 Migrate docs from `README.rst` to website by ConorMacBride · Pull Request #199 · matplotlib/pytest-mpl · GitHub
[go: up one dir, main page]

Skip to content

Migrate docs from README.rst to website #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document configuration options
  • Loading branch information
ConorMacBride committed Apr 8, 2023
commit 04e9c20f6fe7c84fbdcee408b0524771ac890f9d
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
# ones.
extensions = [
'sample_summaries',
'sphinx.ext.intersphinx',
'sphinx_design',
]

Expand All @@ -49,6 +50,9 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

intersphinx_mapping = {
"matplotlib": ("https://matplotlib.org/stable", None),
}

# -- Options for HTML output -------------------------------------------------

Expand Down
Loading
0