Skip to content

Add: code coverage & CI pages to guide #104

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

Closed
wants to merge 10 commits into from
Closed
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
Fix: conf.py updates
  • Loading branch information
lwasser committed Jan 16, 2024
commit 3248aae4a5c4577c09c569e8279557c7b48f047d
21 changes: 4 additions & 17 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
"sphinx_design",
"sphinx_copybutton",
"sphinx.ext.intersphinx",
"sphinx.ext.doctest",
"sphinx.ext.todo",
"sphinx_sitemap",
"sphinxcontrib.gtagjs",
"sphinxext.opengraph",
"sphinx_favicon",
]
Expand Down Expand Up @@ -98,36 +97,24 @@
"image_light": "logo-light-mode.png",
"alt_text": "pyOpenSci Python Package Guide. The pyOpenSci logo is a purple flower with pyOpenSci under it. The o in open sci is the center of the flower",
},
"header_links_before_dropdown": 3,
"header_links_before_dropdown": 4,
"use_edit_page_button": True,
"show_nav_level": 2,
"navigation_depth": 3,
"show_toc_level": 1,
# "navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
"github_url": "https://github.com/pyopensci/python-package-guide",
<<<<<<< HEAD
"footer_start": ["copyright"],
"footer_end": [],
=======
"twitter_url": "https://twitter.com/pyopensci",
"footer_items": ["copyright"],
>>>>>>> 8a1909b (Fix: add initial tests content to guide)
}

html_theme_options["analytics"] = {
"google_analytics_id": "UA-141260825-1",
"show_nav_level": 3,
}

html_context = {
"github_user": "pyopensci",
"github_repo": "python-package-guide",
"github_version": "main",
}

# Add analytics to furo theme
gtagjs_ids = [
"UA-141260825-1",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand Down