Skip to content

Commit

Permalink
Merge pull request #1610 from manics/sphinx-warn-errors
Browse files Browse the repository at this point in the history
[MRG] Sphinx: warnings are errors
  • Loading branch information
choldgraf committed Mar 28, 2020
2 parents 4c5dc3d + 4668b00 commit 2af4614
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Build docs to store
command: |
cd doc
make html
make html SPHINXOPTS='-W --keep-going'
- store_artifacts:
path: doc/build/html/
Expand Down
2 changes: 1 addition & 1 deletion doc/doc-requirements.txt
@@ -1,4 +1,4 @@
sphinx>=1.7
sphinx>=1.8
recommonmark
pyyaml
sphinx-copybutton
Expand Down
2 changes: 1 addition & 1 deletion doc/environment.yml
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.5
- sphinx>=1.7
- sphinx>=1.8
- pip:
- recommonmark==0.4.0
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion doc/source/administrator/optimization.md
Expand Up @@ -325,7 +325,7 @@ for the first time, it is showing the amount of user pods active on five
different nodes. When the user scheduler was enabled, two nodes were in time
freed up from user pods and scaled down.

[![](../_static/images/user_scheduler.png)](../_static/images/user_scheduler.png)
![User scheduler node activity](../_static/images/user_scheduler.png)

To enable the user scheduler:

Expand Down
2 changes: 2 additions & 0 deletions doc/source/amazon/efs_storage.rst
@@ -1,3 +1,5 @@
:orphan:

.. _amazon-efs:

Setting up EFS storage on AWS
Expand Down
2 changes: 2 additions & 0 deletions doc/source/repo2docker.rst
@@ -1,3 +1,5 @@
:orphan:

.. This is a backup of the repo2docker instructions from user-environment.rst
.. _r2d-custom-image:
Expand Down
4 changes: 2 additions & 2 deletions doc/source/setup-jupyterhub/setup-helm.rst
Expand Up @@ -25,8 +25,8 @@ instructions to `tiller` in the cluster that in turn make the requested changes.

These instructions are for Helm 2.
Helm 3 includes several major breaking changes and is not yet officially
supported, but `preliminary instructions are available for testing
<setup-helm3>`_.
supported, but :doc:`preliminary instructions are available for testing
<setup-helm3>`.

Installation
------------
Expand Down
2 changes: 2 additions & 0 deletions doc/source/setup-jupyterhub/setup-helm3.rst
@@ -1,3 +1,5 @@
:orphan:

.. _setup-helm3:

Setting up Helm 3 (Preview)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/setup-jupyterhub/setup-jupyterhub.rst
Expand Up @@ -3,8 +3,8 @@
Setting up JupyterHub
=====================

Now that we have a `Kubernetes cluster <create-k8s-cluster>`_ and `Helm
<setup-helm>`_ setup, we can proceed by using Helm to install JupyterHub
Now that we have a :doc:`Kubernetes cluster </create-k8s-cluster>` and :doc:`Helm
<setup-helm>` setup, we can proceed by using Helm to install JupyterHub
and related :term:`Kubernetes resources <kubernetes resource>` using a
:term:`Helm chart`.

Expand Down

0 comments on commit 2af4614

Please sign in to comment.