Skip to content

Commit

Permalink
bump versions for build
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Mar 17, 2024
1 parent cf4960f commit d616405
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
deploy-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1

# Install dependencies
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

- name: Install dependencies
run: |
Expand Down
16 changes: 2 additions & 14 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"myst_nb",
'sphinx.ext.intersphinx',
"sphinx_design",
# "sphinx_panels",
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx_click'
Expand All @@ -45,8 +44,6 @@
html_theme = 'pydata_sphinx_theme'




html_theme_options = {
"show_nav_level": 2,
"header_links_before_dropdown": 6,
Expand Down Expand Up @@ -80,24 +77,15 @@
html_sidebars = {
"*": [],
"**/*": ["sidebar-nav-bs",]
}

# "about": ["hello.html"],
# "publications": ["hello.html"],
# "projects": ["hello.html"],
# "resume": ["hello.html"],
# "news": ["hello.html", 'archives.html'],
# "news/**": ['postcard.html', 'recentposts.html', 'archives.html'],
# "blog": ['tagcloud.html', 'archives.html'],
# "blog/**": ['postcard.html', 'recentposts.html', 'archives.html']
}

blog_title = "Blog "
blog_path = "news"
blog_feed_length = 5
fontawesome_included = True
blog_post_pattern = "news/*"
post_redirect_refresh = 1
post_auto_image = 1
post_auto_excerpt = 2

# Panels config
panels_add_bootstrap_css = False
Expand Down

0 comments on commit d616405

Please sign in to comment.