Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/sphinx-approx-eq-8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored Aug 4, 2024
2 parents 8ede712 + f704363 commit d3141b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def main():
html_base_url = ''
build_dir = '_build'
if os.environ.get('PRODUCTION', False):
docs_root = '/docs/__new__'
docs_root = '/docs/'
html_base_url = 'https://openwisp.io'
build_dir = f'{build_dir}/{docs_root}'

Expand Down
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ versions:
overwrite_modules: true
modules:
- name: openwisp-docs
branch: '22.05-restructed-docs'
branch: 'v22.05'
dir_name: openwisp-docs
sphinx_src_dir: ./openwisp-docs
- name: dev
branch: reorder-docs
branch: master
2 changes: 1 addition & 1 deletion run-qa-checks
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python -m http.server 8001 &> /dev/null & pid=$!
sleep 4
BASE_URL="http://localhost:8001"
if [ -n "${PRODUCTION:-}" ]; then
BASE_URL="$BASE_URL/docs/__new__"
BASE_URL="$BASE_URL/docs/"
fi
pylinkvalidate.py "$BASE_URL/dev/" \
-w 4 -m process
Expand Down

0 comments on commit d3141b2

Please sign in to comment.