Add documentation build to Github Actions (#9569)

* Add documentation build to Github Actions

* Update requirements for documentation builds

* Minor optimization - only install requirements for documentation in documentation job
This commit is contained in:
Will Barrett
2020-04-20 15:48:50 -07:00
committed by GitHub
parent cb51d7833f
commit 132d774953
2 changed files with 25 additions and 2 deletions

View File

@@ -14,6 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
sphinx==2.1.2
sphinx_autodoc_typehints==1.6.0
sphinx==3.0.1
sphinx_autodoc_typehints==1.10.3
sphinx-rtd-theme==0.4.3