Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new post about new conda docs theme #180

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions blog/2023-11-27-conda-documentation-gets-a-new-theme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: "Conda documentation gets a new theme"
slug: "2023-11-27-conda-documentation-get-a-new-theme"
authors: [travishathaway]
tags: [conda, announcement]
description: |
image: img/blog/2023-11-27-conda-documentation-gets-a-new-theme/conda-documentation-screenshot.png
---

[conda]: https://github.com/conda/conda
[conda-build]: https://github.com/conda/conda-build
[conda-sphinx-theme]: https://github.com/conda-incubator/conda-sphinx-theme
[pydata-sphinx-theme]: https://github.com/pydata/pydata-sphinx-theme
[conda-incubator]: https://github.com/conda-incubator
[conda-org]: https://github.com/conda

We recently pushed out a new theme to the documentation sites for
[conda][conda] and [conda-build][conda-build]. This theme is also available
for all conda related projects to use as a Sphinx theme (check out the
[conda-sphinx-theme][conda-sphinx-theme] project).

<!-- truncate -->

The theme we recently developed is derived from the [PyData Sphinx Theme][pydata-sphinx-theme],
which is currently used by many projects in the Python ecosystem focusing on scientific computing
and data science. The conda-sphinx-theme adds a couple customizations such as custom fonts
and primary colors.

Going forward, we hope this theme will be the default theme to choose when creating a new
project under the [conda-incubator][conda-incubator] or [conda][conda-org] organizations in GitHub.
It should be noted that this will never be a required choice. Ultimately, it is up to the project
team to choose what is best for them.

For any feature requests or bug reports regarding the new theme, please file them in the issues
section of the [conda-sphinx-theme project on GitHub][conda-sphinx-theme].

The theme itself is currently installable either by `pip install conda-sphinx-theme` or
by `conda install -c conda-forge conda-sphinx-theme`.

We hope you all enjoy a better looking conda documentation experience!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading