Fix sys.version_info comparisons and drop unsupported python code
Furthermore, addresses UP008: super-call-with-parameters
Super is not called with parameters anymore when the first argument is
__class__ and the second argument is equivalent to the first argument of
the enclosing method
Signed-off-by: Nicola Sella <nsella@redhat.com>
When the docs were being built on readthedocs, they weren't
showing up because it couldn't find where the generated rst
files were. Fix that and update how the titles are shown in
the sidebar.
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
Fix the command to build the docs to ensure that they are
created at the right location so that they show up in readthedocs.
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
* Overused Notes in docstrings.
* Change Literal import to not mask which Literal is being used
* Reduced number of warnings from sphinx-build
* Fixed type hints for @properties
Signed-off-by: Jhon Honce <jhonce@redhat.com>
* Sphinx configured to create html documentation from docstrings on API.
Low level and deprecated classes not included in index.
* Downgraded urllib3 in setup.cfg
* Updated some docstrings after seeing the results from Sphinx
Signed-off-by: Jhon Honce <jhonce@redhat.com>
* Add docs target to Makefile
* Started updating some docstrings
* Added support for connections from containers.conf
* Ported more uses of XDG_* envvar to xdg package
* Downgrade modules in requirements.txt as needed by RHEL/Fedora
packaging.
Signed-off-by: Jhon Honce <jhonce@redhat.com>
* Add docs target to Makefile
* Started updating some docstrings
* Added support for connections from containers.conf
* Ported more uses of XDG_* envvar to xdg package
Signed-off-by: Jhon Honce <jhonce@redhat.com>