Skip to content

Commit

Permalink
Merge pull request #1605 from maykinmedia/restore-setup-configuration…
Browse files Browse the repository at this point in the history
…-docs

Restore setup configuration docs
  • Loading branch information
swrichards authored Feb 6, 2025
2 parents 13a3663 + 93b881a commit ba5599e
Show file tree
Hide file tree
Showing 22 changed files with 54 additions and 2,331 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,28 +208,6 @@ jobs:
pytest check_sphinx.py -v --tb=auto
working-directory: docs

setup-config-docs:
name: Check that documentation for configuration steps is up-to-date
runs-on: ubuntu-latest

# Disabled while we complete the upgrade to the latest setup-configuration
if: false

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Set up backend environment
uses: maykinmedia/setup-django-backend@v1
with:
apt-packages: 'libxml2-dev libxmlsec1-dev libxmlsec1-openssl gettext libgdal-dev gdal-bin graphviz'
python-version: '3.11'
setup-node: 'no'

- name: Build docs for django-setup-configuration steps
run: |
python src/manage.py generate_config_docs --dry-run
#
# Docker
#
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"sphinx_tabs.tabs",
"recommonmark",
# "sphinx_markdown_tables",
"django_setup_configuration.documentation.setup_config_example",
"django_setup_configuration.documentation.setup_config_usage",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
190 changes: 0 additions & 190 deletions docs/configuration/admin_oidc.rst

This file was deleted.

54 changes: 0 additions & 54 deletions docs/configuration/cms_cases.rst

This file was deleted.

54 changes: 0 additions & 54 deletions docs/configuration/cms_collaborate.rst

This file was deleted.

54 changes: 0 additions & 54 deletions docs/configuration/cms_inbox.rst

This file was deleted.

Loading

0 comments on commit ba5599e

Please sign in to comment.