Skip to content

Commit

Permalink
Include workshop in sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran authored and abbra committed Mar 21, 2020
1 parent c4a5552 commit 145afd6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
6 changes: 6 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: workshop-remote workshop-pull
workshop-remote:
git remote add -f freeipa-workshop https://github.com/freeipa/freeipa-workshop.git
workshop-pull:
git pull -s subtree freeipa-workshop master
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'workshop/README.rst']


# -- Options for HTML output -------------------------------------------------
Expand All @@ -67,7 +67,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

# -- Options for sources -----------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ installation and configuration tasks.
:caption: Contents:

designs/index.rst
workshop.rst


Indices and tables
Expand Down
21 changes: 21 additions & 0 deletions doc/workshop.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FreeIPA workshop
================

.. toctree::
:maxdepth: 1
:caption: Workshop:

workshop/workshop.rst
workshop/building.rst
workshop/1-server-install.rst
workshop/2-client-install.rst
workshop/3-user-management.rst
workshop/4-hbac.rst
workshop/5-web-app-authnz.rst
workshop/6-cert-management.rst
workshop/7-replica-install.rst
workshop/8-sudorule.rst
workshop/9-selinux-user-map.rst
workshop/10-ssh-key-management.rst
workshop/11-kerberos-ticket-policy.rst
workshop/troubleshooting.rst

0 comments on commit 145afd6

Please sign in to comment.