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

Update theme and intersphinx #127

Merged
merged 11 commits into from
Oct 21, 2023
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
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ The rules for this file:
* accompany each entry with github issue/PR number (Issue #xyz)

------------------------------------------------------------------------------
10/21/2023 IAlibay, orbeckst
10/21/2023 IAlibay, orbeckst, lilyminium

* 1.0.2

Changes

* Python 3.12 is now supported

* Python 3.12 is now supported (PR #128)
* Use new MDAnalysis docs theme (PR #127)

Fixes

* updated versioneer to be able to run under Python 3.12 (#124, PR #128)
* replaced deprecated pkg_resources in tests with importlib (#130)


05/24/2022 IAlibay

Expand Down
7 changes: 4 additions & 3 deletions ci/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dependencies:
- numpy>=1.21
- scipy
- mrcfile
- sphinx<7.0

# documentation
- mdanalysis-sphinx-theme >=1.0.1
- pip:
- sphinx-sitemap
- sphinx-rtd-theme
- sphinx_sitemap
206 changes: 0 additions & 206 deletions doc/source/_static/custom.css

This file was deleted.

Binary file removed doc/source/_static/logos/mdanalysis-logo-200x150.png
Binary file not shown.
Binary file removed doc/source/_static/logos/mdanalysis-logo.ico
Binary file not shown.
11 changes: 0 additions & 11 deletions doc/source/_templates/footer.html

This file was deleted.

Loading
Loading