From 0d9ed9832e6e29ebe15af88d25cd2208fb7a4583 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 22:04:28 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- __pkginfo__.py | 11 ----------- doc-source/requirements.txt | 2 +- pyproject.toml | 1 + 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 8daa2004..f28628b9 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -1,15 +1,4 @@ # This file is managed by 'repo_helper'. Don't edit it directly. -# Copyright © 2020 Dominic Davis-Foster -# -# This file is distributed under the same license terms as the program it came with. -# There will probably be a file called LICEN[S/C]E in the same directory as this file. -# -# In any case, this program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# This script based on https://github.com/rocky/python-uncompyle6/blob/master/__pkginfo__.py -# __all__ = ["extras_require"] diff --git a/doc-source/requirements.txt b/doc-source/requirements.txt index 08d41955..754e2e16 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -1,9 +1,9 @@ -git+https://github.com/sphinx-toolbox/html-section.git git+https://github.com/sphinx-toolbox/email@translator default-values>=0.5.0 domdf-sphinx-theme>=0.3.0 extras-require>=0.2.0 flake8-dunder-all>=0.0.4 +html-section>=0.1.0 pygments>=2.7.4 pytest>=6.0.0 pytest-regressions>=2.0.2 diff --git a/pyproject.toml b/pyproject.toml index 1f141087..f760913c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,7 @@ extensions = [ "sphinx_debuginfo", "sphinx_licenseinfo", "seed_intersphinx_mapping", + "html_section", "sphinx_toolbox.pre_commit", "sphinx_toolbox.flake8", "sphinx_autofixture",