Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wemos committed Oct 18, 2019
1 parent ca16ef6 commit 1618193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 50 deletions.
18 changes: 0 additions & 18 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
# .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: docs/en/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
Expand Down
35 changes: 3 additions & 32 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,4 @@
-r pip.txt
sphinx
sphinxcontrib-httpdomain
sphinx-prompt

# Base packages

# doctuils==0.15 produces this error
# File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
# nodes[0][0].rawsource = unescape(text, True)
# AttributeError: 'str' object has no attribute 'rawsource' File "python3.6/site-packages/docutils/parsers/rst/states.py", line 882, in interpreted
# nodes[0][0].rawsource = unescape(text, True)
# AttributeError: 'str' object has no attribute 'rawsource'
docutils==0.14 # pyup: ignore

sphinx_rtd_theme==0.4.3
sphinx-tabs==1.1.13
# Required to avoid Transifex error with reserved slug
# https://github.com/sphinx-doc/sphinx-intl/pull/27
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl

# Test out in-doc search
git+https://github.com/readthedocs/readthedocs-sphinx-search@master


Pygments==2.4.2

mkdocs==1.0.4
Markdown==3.1.1

# Docs
sphinxcontrib-httpdomain==1.7.0
sphinx-prompt==1.0.0
sphinx-notfound-page==0.4
commonmark==0.9.1
recommonmark==0.6.0

0 comments on commit 1618193

Please sign in to comment.