Skip to content

Commit

Permalink
(build,CI) adjusting the requirements and build options
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Nov 9, 2024
1 parent 4b633b8 commit 9f93c2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo :5432:*:user:user >> .pgpass
mkdir build
cd build
cmake -DLOCALE=ON -DPGR_WORKSHOP=ON -DES=ON ..
cmake -DES=ON ..
env:
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
Expand Down
2 changes: 1 addition & 1 deletion REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx>4.0.0
sphinx_bootstrap_theme>=0.4
sphinx-intl[transifex]
sphinx-intl
sphinx-collapse
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ def setup(app):
#html_use_smartypants = True

# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
html_sidebars = {
'**': []
}

# Additional templates that should be rendered to pages, maps page names to
# template names.
Expand Down

0 comments on commit 9f93c2e

Please sign in to comment.