Skip to content

Commit

Permalink
docs: fix build (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner authored Jan 7, 2025
1 parent 22614ce commit d81867e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.viewcode",
"myst_parser",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
5 changes: 5 additions & 0 deletions doc/source/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Contributing
============

```{include} ../CONTRIBUTING.md
```
7 changes: 1 addition & 6 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Sections
artifact
build
using_jenkinsapi
contributing

Important Links
---------------
Expand Down Expand Up @@ -52,12 +53,6 @@ Most users can do the following:
pip install jenkinsapi
Or

.. code-block:: bash
easy_install jenkinsapi
* In Jenkins > 1.518 you will need to disable "Prevent Cross Site Request Forgery exploits".
* Remember to set the Jenkins Location in general settings - Jenkins REST web-interface will not work if this is set incorrectly.
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ astroid>=1.4.8
pylint>=1.7.1
tox>=2.3.1
mock
myst-parser
codecov
requests_kerberos
flake8

0 comments on commit d81867e

Please sign in to comment.