Skip to content

Commit

Permalink
Update rtd build (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Nov 25, 2023
1 parent 55836e4 commit 213f146
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
16 changes: 4 additions & 12 deletions docs/source/conf.py
Expand Up @@ -76,18 +76,6 @@
# get version from python package:


here = os.path.dirname(__file__)
repo = os.path.join(here, "..", "..")
_version_py = os.path.join(repo, "jupyter_app_launcher", "_version.py")
version_ns = {"__file__": os.path.join(repo, "..")}
with open(_version_py) as f:
exec(f.read(), version_ns)

# The short X.Y version.
# version = '%i.%i' % version_ns['version_info'][:2]
# The full version, including alpha/beta/rc tags.
release = version_ns["__version__"]

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
Expand Down Expand Up @@ -204,6 +192,10 @@


html_theme = "pydata_sphinx_theme"

html_theme_options = {
"github_url": "https://github.com/trungleduc/jupyter_app_launcher"
}
# html_permalinks_icon = '<span>#</span>'
# html_theme = 'sphinxawesome_theme'
# otherwise, readthedocs.org uses their theme by default, so no need to specify it
Expand Down
3 changes: 1 addition & 2 deletions docs/source/index.rst
@@ -1,10 +1,9 @@

jupyter_app_launcher
JupyterLab App Launcher Documentation
=================================================================================

Custom launcher entries for JupyterLab.

Version: |release|

**jupyter_app_launcher** helps users customize the JupyterLab launcher with a simple YAML file. Users can add custom entries to the launcher to:

Expand Down

0 comments on commit 213f146

Please sign in to comment.