Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import documentation from launchpad.readthedocs.io #3

Merged
Merged
Show file tree
Hide file tree
Changes from all 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
239 changes: 239 additions & 0 deletions .custom_wordlist.txt
Original file line number Diff line number Diff line change
@@ -1 +1,240 @@
adapter
adapter's
analyze
analyzer
AppleApplications
appmanifest
appserver
appservers
artifact
artifacts
attrgetter
auditable
auth
authorization
authorized
authorizes
autocert
backend
backends
Blazingly
bool
boolean
breakpoint
browserconfig
buildbot
buildd
bzr
bzr's
cgroup
cgroups
charmcraft
CMDLINE
codebase
Codehosting
codeimport
codeimportscheduler
config
configs
ConfiguringWebApplications
cron
cronjobs
crontabs
cryptographic
cryptographically
customize
CVE
DatabaseSetup
ddl
defense
defense
deps
dev
directDelivery
DirectDelivery
distutils
DNS
docstring
Docstring
docstrings
Docstrings
doctest
doctests
docutils
dogfood
dtrt
el
epydoc
executables
facetted
favicons
formlib
FreshLogs
frontend
frontends
globals
gunicorn
gzip
hostnames
HSTS
html
http
https
https
iharness
IMailDelivery
IMailer
infos
initialized
integrations
ip
IPv
IPython
jenkaas
jenkins
jinja
lazr
lifecycle
logrotate
lookup
lookups
LOSAs
lp
lpci
lpnet
LTS
lxc
lxd
LXD's
macOS
matchers
maximize
mbox
mboxMailer
memcache
minimize
mojo
mozilla
OAuth
ols
OpenID
opstats
optimization
optimize
optimizing
optstats
organize
orm
OWASP
OWASP's
pagespeed
PageSpeed
pentested
performant
pgsql
pgSQL
pipx
plaintext
pooler
PostgreSQL
PostGreSQL
PPA
PQM
pre
preprocessed
prioritize
prometheus
py
pydoctor
PyPI
qastaging
queueddelivery
queuedDelivery
QueuedDelivery
quickref
quickstart
rctp
realfavicongenerator
repo
rocketfuel
rollout
rollouts
RPC
rst
rsync
runtime
SafariWebContent
sdist
sendmail
SendmailMailer
setuptools
simplestreams
Slony
smtp
smtpMailer
SMTPMailer
snapshotting
sourcecode
sourceforge
sourcetree
soyuz
specialized
specializes
SQLObject
SRE
SREs
SSO
standardized
stdin
stg
stubmailer
stubMailer
subdirectory
subprocess
sudo
summarized
svg
symlinked
syntax
syntaxes
systemd
talisker
templating
testability
testbed
testMailer
TestMailer
testrunner
testrunner's
testtools
TLS
tradeoff
tradeoffs
Transactional
tsearch
ubuntu
Ubuntu
UCT
UltimateVimPythonSetup
untrusted
vbuilder
virtualenv
virtualenvs
VPN
webhook
webservice
webservice's
whitespace
worktrees
WSGI
www
xml
XML-RPC
xmlrpc
YAGNI
yaml
zcml
ZFS
zope
Zope
Zope's
13 changes: 12 additions & 1 deletion custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,18 @@
# Links to ignore when checking links

linkcheck_ignore = [
'http://127.0.0.1:8000'
'http://127.0.0.1:8000',
r'https://app\.diagrams\.net.*', # ignore, as works in browser, but link checker has some issues
'https://archive.ph/CAqQm', # ignore, as works in browser, but link checker has some issues
'https://bazaar.launchpad.net/lp-production-config', # private
'https://bazaar.staging.launchpad.net', # broken, unclear why XXX 2023-10-14: jugmac00- check with team
'https://bugs.launchpad.net/charm-launchpad-buildd-image-modifier', # private
'https://bugs.launchpad.net/launchpad-vbuilder-manage', # private
'https://launchpad.net/canonical-mojo-specs', # private
r'https://launchpad\.test.*', # ignore, local test setup
'https://wiki.canonical.com/InformationInfrastructure/OSA/LaunchpadRollout#Config-only_Rollouts', # private
'https://wiki.canonical.com/Launchpad/FreshLogs', # private
'https://wiki.canonical.com/Launchpad/SupportRotation#Builder', # private
]

# Pages on which to ignore anchors
Expand Down
Loading