07540b4cf0
- Uses -t admin_only tag for building the admin version of the user guide. - Add files to cli.rst that were not included anywhere. - Add flag -E to sphinx-build to ignore old content which might lead to strange local build bugs. - Add build-admin directory to .gitignore. - Fix scope.py extension to properly remove files from toctree. Co-Authored-By: Andreas Jaeger <aj@suse.de> Change-Id: Ide51cf83c148060d3064ebcb9535b3d3a29c83cf
30 lines
314 B
Plaintext
30 lines
314 B
Plaintext
.DS_Store
|
|
*.xpr
|
|
.idea
|
|
|
|
# Build results
|
|
target/
|
|
/publish-docs/
|
|
/www/output/
|
|
/generated/
|
|
/doc/playground-user-guide/build-admin/
|
|
build/
|
|
/build-*.log.gz
|
|
|
|
# Python compiled files
|
|
*.pyc
|
|
|
|
# Ignore Vagrant Related Files
|
|
acceptance_config.yml
|
|
boxes/*
|
|
/.vagrant
|
|
|
|
# Testenvironment
|
|
.tox/
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
/.project
|