Merge pull request #2399 from MycroftAI/feature/dot-readthedocs
Upgrade readthedocs buildpull/2429/head
commit
bbb5fe7c6a
|
@ -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
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright 2017 Mycroft AI Inc.
|
||||
#
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
sphinx>= 1.8.1
|
||||
sphinx_rtd_theme>=0.4.2
|
||||
sphinx>= 2.2.1
|
||||
sphinx_rtd_theme>=0.4.3
|
||||
|
|
Loading…
Reference in New Issue