Skip to content

Commit

Permalink
Merge pull request #2145 from tbhaxor/bugfix/docs
Browse files Browse the repository at this point in the history
Upgrade the sphinx version
  • Loading branch information
NoahGorny authored May 7, 2022
2 parents 35334cd + c269888 commit 4dddba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))


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

project = 'Bash-it'
Expand All @@ -24,7 +23,6 @@
# The full version, including alpha/beta/rc tags
release = ''


# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand All @@ -41,8 +39,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', "venv"]

# -- Options for HTML output -------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==3.2.1
sphinx==4.5.0
sphinx-rtd-theme==0.5.0
sphinxemoji==0.1.8
docutils==0.17.1

0 comments on commit 4dddba3

Please sign in to comment.