Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
StjerneIdioten committed Sep 20, 2023
2 parents 2c655fb + 9572e7d commit 8ab1acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/buildDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ python3 -m pip install -r ./addon/requirements.txt
# DECLARE VARIABLES #
#####################

# prevent git "detected dubious ownership" errors
git config --global --add safe.directory "*"

pwd
ls -lah
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@
# further. For a list of options available for each theme, see the
# documentation.
#
html_theme_options = {
'analytics_id': 'UA-186171057-1'
}
html_theme_options = {}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 8ab1acf

Please sign in to comment.