Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
name: Automatic doc checks

on:
push:
branches: [ main ]
pull_request:
paths:
- 'docs/**' # Only run on changes to the docs directory

workflow_dispatch:
# Manual trigger


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: "docs"
fetch-depth: 0
53 changes: 34 additions & 19 deletions docs/.custom_wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,60 @@
# Leave a blank line at the end of this file to support concatenation
airgap
async
backend
backends
backport
Charmcraft
cjk
cryptographically
databag
dvipng
fonts
freefont
Furo
github
GitHub
GPG
gyre
https
html
io
https
InnoDB
Intersphinx
io
ip
Jira
landscape
lang
lastmod
LaTeX
latexmk
MinIO
Multipass
mydumper
mysql
MyST
nameserver
nameservers
Open Graph
otf
PDF
Percona
plantuml
PNG
PR
Pygments
pymarkdown
QEMU
Rockcraft
Read the Docs
readthedocs
reStructuredText
Rockcraft
rst
sitemapindex
snap_daemon
Sphinx
Spread
spread_test_example
subproject
subprojects
SVG
Expand All @@ -37,29 +64,17 @@ TOC
toctree
txt
uncommenting
URL
utils
VMs
WCAG
whitespace
whitespaces
wordlist
xbstream
xetex
xindy
xml
ip
spread_test_example
Furo
PDF
Open Graph
MyST
YouTube
reStructuredText
GitHub
Sphinx
URL
PR
Read the Docs
Spread
landscape
lastmod
xtrabackup
yaml
YouTube
269 changes: 0 additions & 269 deletions docs/.sphinx/update_sp.py

This file was deleted.

Loading
Loading