Skip to content
Snippets Groups Projects
Commit 9c95801c authored by Julian Rother's avatar Julian Rother
Browse files

Fixed docs and added CI jobs to build them

parent a9077844
Branches
Tags
No related merge requests found
Pipeline #6997 passed
build-docs:
stage: build
image: python:3.7
script:
- pip install Sphinx sphinx-rtd-theme
- cd docs && make html
artifacts:
paths:
- docs/_build/html/index.html
- docs/_build/html
expose_as: 'Documentation'
publish:
stage: deploy
image: python:3.7
......
......@@ -19,13 +19,6 @@ Directory Objects
.. autoclass:: ldapserver.directory.FilterMixin
:members:
Authentication Utilties
-----------------------
.. autofunction:: ldapserver.sasl.external.get_peercred
.. autofunction:: ldapserver.sasl.digest_md5.credential_digest
LDAP Protocol
-------------
......
......@@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../src'))
# -- Project information -----------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment