Skip to content

Commit

Permalink
Fixing a pydata bug
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Oct 28, 2023
1 parent b7beb7b commit 43c1195
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config

# -- Path setup --------------------------------------------------------------

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))


# -- Project information -----------------------------------------------------

project = "Sphinx Thebe"
Expand Down Expand Up @@ -100,6 +81,7 @@
"use_repository_button": True,
"use_issues_button": True,
"launch_buttons": {"thebelab": True},
"navigation_with_keys": False, # To prevent an unnecessary warning
}

# CopyButton configuration
Expand Down

0 comments on commit 43c1195

Please sign in to comment.