Skip to content

Commit

Permalink
Updated for ReadTheDocs
Browse files Browse the repository at this point in the history
Added  readthedocs.yaml, requirements.txt for new version of readthedocs
Put new version number in index.rst
Removed references to functions removed from pyghelpers
  • Loading branch information
IrvKalb committed Nov 2, 2021
1 parent f0e361e commit c1ea482
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 39 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# File: .readthedocs.yaml

version: 2
python:
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# The short X.Y version
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '1.0.1'
release = '1.0.3'


# -- General configuration ---------------------------------------------------
Expand Down
38 changes: 0 additions & 38 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ Timer

Functions:
==========

closeFile
---------
.. autofunction:: closeFile

customAnswerDialog
------------------
Expand All @@ -63,47 +59,13 @@ customYesNoDialog
-----------------
.. autofunction:: customYesNoDialog


fileExists
----------
.. autofunction:: fileExists


openFileForReading
------------------
.. autofunction:: openFileForReading


openFileForWriting
------------------
.. autofunction:: openFileForWriting


readALine
---------
.. autofunction:: readALine

readFile
--------
.. autofunction:: readFile



textAnswerDialog
----------------
.. autofunction:: textAnswerDialog

textYesNoDialog
---------------
.. autofunction:: textYesNoDialog

writeALine
----------
.. autofunction:: writeALine

writeFile
---------
.. autofunction:: writeFile



Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docutils<0.18

0 comments on commit c1ea482

Please sign in to comment.