Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IGWN Material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan Macleod
IGWN Material
Commits
0f262229
Unverified
Commit
0f262229
authored
10 months ago
by
Duncan Macleod
Browse files
Options
Downloads
Patches
Plain Diff
sphinx: migrate all metadata to pyproject.toml
parent
3e917a62
No related branches found
No related tags found
No related merge requests found
Pipeline
#625256
passed
10 months ago
Stage: distribution
Stage: code quality
Stage: documentation
Stage: .post
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sphinx/pyproject.toml
+65
-1
65 additions, 1 deletion
sphinx/pyproject.toml
sphinx/setup.cfg
+0
-55
0 additions, 55 deletions
sphinx/setup.cfg
with
65 additions
and
56 deletions
sphinx/pyproject.toml
+
65
−
1
View file @
0f262229
[build-system]
requires
=
[
"setuptools>
=
42
",
"setuptools>
=
61.0
.
0
",
"setuptools_scm[toml]>
=
3.4
.
3
",
"wheel"
,
]
build-backend
=
"setuptools.build_meta"
[project]
name
=
"sphinx-immaterial-igwn"
description
=
"IGWN extensions to sphinx-immaterial"
readme
=
"README.md"
authors
=
[
{
name
=
"Duncan Macleod"
,
email
=
"duncan.macleod@ligo.org"
}
,
]
license
=
{
text
=
"MIT"
}
classifiers
=
[
"Development Status :: 3 - Alpha"
,
"Framework :: Sphinx :: Theme"
,
"Intended Audience :: Science/Research"
,
"License :: OSI Approved :: MIT License"
,
"Natural Language :: English"
,
"Programming Language :: Python"
,
"Programming Language :: Python :: 3"
,
"Topic :: Documentation"
,
"Topic :: Documentation :: Sphinx"
,
"Topic :: Scientific/Engineering"
,
"Topic :: Scientific/Engineering :: Astronomy"
,
"Topic :: Scientific/Engineering :: Physics"
,
"Topic :: Software Development :: Documentation"
,
]
requires-python
=
">
=
3.8
"
dependencies
=
[
"sphinx-immaterial"
,
]
dynamic
=
[
"version"
,
]
[project.optional-dependencies]
docs
=
[
"sphinx"
,
"sphinx-immaterial"
,
]
[project.entry-points."sphinx.html_themes"]
sphinx_immaterial_igwn
=
"sphinx_immaterial_igwn"
[project.urls]
"Bug Tracker"
=
"https://git.ligo.org/computing/igwn-mkdocs-material-theme/-/issues"
"Documentation"
=
"https://computing.docs.ligo.org/igwn-mkdocs-material-theme/sphinx/"
"Source Code"
=
"https://git.ligo.org/computing/igwn-mkdocs-material-theme.git"
[tool.setuptools]
license-files
=
[
"LICENSE"
]
[tool.setuptools.packages.find]
include
=
[
"sphinx_immaterial_igwn*"
,
]
[tool.setuptools.package-data]
sphinx_immaterial_igwn
=
[
"*.html"
,
"layout.html"
,
"partials/*.html"
,
"static/images/*.ico"
,
"static/images/*.png"
,
"static/stylesheets/*.css"
,
"theme.conf"
,
]
[tool.setuptools_scm]
root
=
".."
write_to
=
"sphinx/sphinx_immaterial_igwn/_version.py"
This diff is collapsed.
Click to expand it.
sphinx/setup.cfg
deleted
100644 → 0
+
0
−
55
View file @
3e917a62
[metadata]
name
=
sphinx-immaterial-igwn
author
=
Duncan Macleod
author_email
=
duncan.macleod@ligo.org
description
=
IGWN extensions to sphinx-immaterial
license
=
MIT
license_files
=
LICENSE
long_description
=
file: README.md
long_description_content_type
=
text/markdown
urls
=
https://git.ligo.org/computing/igwn-mkdocs-material-theme
project_urls
=
Bug
Tracker
=
https://git.ligo.org/computing/igwn-mkdocs-material-theme/-/issues
Documentation
=
https://computing.docs.ligo.org/igwn-mkdocs-material-theme/sphinx/
Source
Code
=
https://git.ligo.org/computing/igwn-mkdocs-material-theme.git
classifiers
=
Development
Status
::
3
-
Alpha
Framework
::
Sphinx
::
Theme
Intended
Audience
::
Science/Research
License
::
OSI
Approved
::
MIT
License
Natural
Language
::
English
Programming
Language
::
Python
Programming
Language
::
Python
::
3
Topic
::
Documentation
Topic
::
Documentation
::
Sphinx
Topic
::
Scientific/Engineering
Topic
::
Scientific/Engineering
::
Astronomy
Topic
::
Scientific/Engineering
::
Physics
Topic
::
Software
Development
::
Documentation
[options]
; contents
packages
=
find:
; requirements
install_requires
=
sphinx-immaterial
[options.entry_points]
sphinx.html_themes
=
sphinx_immaterial_igwn
=
sphinx_immaterial_igwn
[options.extras_require]
docs
=
sphinx
sphinx-immaterial
[options.package_data]
sphinx_immaterial_igwn
=
*.html
layout.html
partials/*.html
static/images/*.ico
static/images/*.png
static/stylesheets/*.css
theme.conf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment