From 9f93c2ede89448e0ffe947a5ee772437a4409341 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Sat, 9 Nov 2024 13:20:55 -0600 Subject: [PATCH] (build,CI) adjusting the requirements and build options --- .github/workflows/website.yml | 2 +- REQUIREMENTS.txt | 2 +- docs/conf.py | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 7a9406bd..a5d95114 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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 diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index f8157025..7f8bb908 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -1,4 +1,4 @@ Sphinx>4.0.0 sphinx_bootstrap_theme>=0.4 -sphinx-intl[transifex] +sphinx-intl sphinx-collapse diff --git a/docs/conf.py b/docs/conf.py index 8e22dbe3..0190df44 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.