Skip to content

Commit

Permalink
PyData release update (#698)
Browse files Browse the repository at this point in the history
* PyData release update

* Fix link
  • Loading branch information
choldgraf authored Mar 1, 2023
1 parent c98de28 commit 6469079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/components/custom-css.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add your own CSS rules

To customize the look of your site further, you can customize your CSS stylesheets,
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).
as described in the [ReadTheDocs Docs](https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html).

First, create a CSS file and place it in `_static/custom.css`.
An example CSS file to change the color of the top-level headers might look like this.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ readme = "README.md"
requires-python = ">=3.7"
dependencies = [
"sphinx>=4,<7",
"pydata-sphinx-theme>=0.13.0rc5",
"pydata-sphinx-theme>=0.13.0",
]

license = { file = "LICENSE" }
# TODO: Add email of the maintainer
maintainers = [
{ name = "Chris Holdgraf", email = "choldgraf@gmail.com" },
{ name = "Executable Books Team", email = "executablebooks@gmail.com" },
]

classifiers = [
Expand Down

0 comments on commit 6469079

Please sign in to comment.