Skip to content

Commit

Permalink
feat: add feedback as part of discussions #21
Browse files Browse the repository at this point in the history
Related to #21 (comment)

Signed-off-by: Akshay Mestry <xa@mes3.dev>
  • Loading branch information
xames3 committed Oct 8, 2024
1 parent 0c6cdef commit d4a8922
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Akshay Mestry <xa@mes3.dev>
Created on: Saturday, August 17 2024
Last updated on: Sunday, October 06 2024
Last updated on: Tuesday, October 08 2024
This file contains the configuration settings for building the TOPSTSCHOOL
documentation using Sphinx, a popular Python documentation tool. Sphinx
Expand Down Expand Up @@ -117,15 +117,7 @@
html_theme: t.Final[str] = "coeus_sphinx_theme"
html_static_path: list[str] = ["_static"]
html_css_files: list[str] = ["css/override.css"]
html_context: dict[str, str] = {
"feedback_link": source
+ (
"/issues/new"
"?labels=community,discussion needed,documentation,enhancement"
"miscellaneous,open science,question"
"&title=Feedback about documentation"
)
}
html_context: dict[str, str] = {"feedback_link": source + ("/discussions/44")}

# -- Options for Jupyter Notebook Embedding -----------------------------------
jupyterlite_bind_ipynb_suffix: bool = False
Expand Down

0 comments on commit d4a8922

Please sign in to comment.