Skip to content

Commit 6469079

Browse files
authored
PyData release update (#698)
* PyData release update * Fix link
1 parent c98de28 commit 6469079

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/components/custom-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Add your own CSS rules
22

33
To customize the look of your site further, you can customize your CSS stylesheets,
4-
as described in the [ReadTheDocs Docs](https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html#adding-custom-css-or-javascript-to-sphinx-documentation).
4+
as described in the [ReadTheDocs Docs](https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html).
55

66
First, create a CSS file and place it in `_static/custom.css`.
77
An example CSS file to change the color of the top-level headers might look like this.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ readme = "README.md"
2323
requires-python = ">=3.7"
2424
dependencies = [
2525
"sphinx>=4,<7",
26-
"pydata-sphinx-theme>=0.13.0rc5",
26+
"pydata-sphinx-theme>=0.13.0",
2727
]
2828

2929
license = { file = "LICENSE" }
3030
# TODO: Add email of the maintainer
3131
maintainers = [
32-
{ name = "Chris Holdgraf", email = "choldgraf@gmail.com" },
32+
{ name = "Executable Books Team", email = "executablebooks@gmail.com" },
3333
]
3434

3535
classifiers = [

0 commit comments

Comments
 (0)