File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# -*- coding: utf-8 -*-
3+ # pylint: disable=invalid-name, line-too-long
34"""
45This provides configuration for the generation of the docs
56
1617 * mathjax: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.mathjax
1718 * sphinx_rtd_theme: https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html
1819"""
19- # pylint: disable=invalid-name
2020
2121import importlib .metadata
2222import sys
192192
193193############ copybutton ############
194194
195- # Seeting that means we don't copy the prompt characters like >>> or $
195+ # Setting that means we don't copy the prompt characters like >>> or $
196196copybutton_exclude = ".linenos, .gp"
197197
198198############ doctest ############
204204
205205############ intersphinx ############
206206
207- # Thhe locations and names of other projects that hould be linked to in this
207+ # Thhe locations and names of other projects that should be linked to in this
208208# documentation.
209209intersphinx_mapping = {
210210 "python" : ("https://docs.python.org/3" , None ),
You can’t perform that action at this time.
0 commit comments