2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-13 03:08:00 +00:00

9 Commits

Author SHA1 Message Date
Dmitry Tantsur
a9c71160ab Do not use openstackdocstheme
This theme is for official OpenStack projects, pyghmi is not one of
them. Also using it makes it harder to package pyghmi for EPEL8 [1].

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1886330

Change-Id: I0613733bbb5f5b0394b811d6bc6ad2b6b65176aa
2021-02-17 11:05:53 +01:00
Riccardo Pittau
16b62119d7 Reconfigure tox
Update minversion of tox to 3.9.0 to allow inline comments.

Add skipsdist and ignore_basepython_conflict for better compatibility
and to use correct python version when specified.

Move pep8 test requirements to tox.ini for easier management and update
requirement versions.

Fix a small typo found with new pep8 deps.

Add py27 constraints file for Python 2.7 tox jobs.

Use wallaby jobs.

Remove lower-constraints (it was not used anyway).

Fix docs job

Change-Id: I1132814a86b46a154b3a8eed5bc3e73ad7950589
2021-01-29 15:36:11 +00:00
Ilya Etingof
ead5aa1531 Update package documentation
* Switched to Sphinx openstacktheme
* Rearranged docs along the OpenStack project lines
* Add Sphinx docs building job
* Added tox docs job

Change-Id: I069d3a95b90bc798b1dcc0331d6e24a6c08d1317
2018-08-17 12:04:36 +02:00
Ilya Etingof
5e0f1dab3c Fix minor .spec issues
Also require python-cryptography >= 2.1 in the .spec

Change-Id: Id72bde418a1c9ff9d69ae6d6d37733c3557c0ecd
2018-08-17 11:08:56 +02:00
lijingxin
d363fb3821 Pyghmi does not follow the pep8 standard
Pep8 check is necessory for our code, it also makes your
code easy to readable and understandable and beautiful.

Change-Id: I4bb8434db07bf8fe82a4f65dfdfe7f2114b00083
Closes-Bug: #1699298
2017-06-23 08:37:20 +08:00
Lucas Alvares Gomes
de59a8e2e7 Add base for unittests and fix docs
Change-Id: Id130e6ea29523fd46ff795be1219016029127945
2017-01-05 15:52:14 +00:00
Andreas Jaeger
a1725c1a07 Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
2016-05-10 13:56:06 +00:00
Monty Taylor
cfe88ab875 Finalize rename to pyghmi
Change-Id: I11999d644c6f583a458eaa504b46f1b0eba24b21
2013-08-17 22:29:25 -04:00
Monty Taylor
08d2e54d68 Align to OpenStack Build Standards.
Rearranged Sphinx.
Put project under PBR control.
Added tox file.
Added .testr.conf file in anticipation of testr testing.

Change-Id: I55180a6a3d224816c82999bf66156c7874786b17
2013-06-30 14:21:20 -04:00