8000 Use pydata theme and reorganize pages for sphinx docs by kandersolar · Pull Request #1173 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Use pydata theme and reorganize pages for sphinx docs #1173

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

Merged
merged 16 commits into from
Dec 7, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
stickler
  • Loading branch information
kandersolar committed Aug 11, 2021
commit 37a71459fbd06394ae1b70baa6bb5d2159d9a46d
7 changes: 1 addition & 6 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,11 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
# https://pydata-sphinx-theme.rtfd.io/en/latest/user_guide/configuring.html
html_theme_options = {
# "external_links": [
# {"url": "https://pandas.pydata.org/pandas-docs/stable/", "name": "Pandas Docs"}
# ],
"github_url": "https://github.com/pvlib/pvlib-python",
# "twitter_url": "https://twitter.com/pandas_dev",
"use_edit_page_button": True,
"show_toc_level": 1,
# "navbar_align": "right", # For testing that the navbar items align properly
# "icon_links": [],
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down
0