Merge pull request #2399 from MycroftAI/feature/dot-readthedocs

Upgrade readthedocs build
pull/2429/head
Kris Gesling 2019-12-17 02:53:42 +10:30 committed by GitHub
commit bbb5fe7c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 4 deletions

19
.readthedocs Normal file
View File

@ -0,0 +1,19 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py
# Build all formats
formats: all
# Set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# Copyright 2017 Mycroft AI Inc.
#

View File

@ -1,2 +1,2 @@
sphinx>= 1.8.1
sphinx_rtd_theme>=0.4.2
sphinx>= 2.2.1
sphinx_rtd_theme>=0.4.3