From 1debee63eb11069139a85b098ab86e1a981220ce Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Wed, 27 Nov 2024 20:54:24 -0500 Subject: [PATCH 1/2] Update readthedocs runner and Python versions --- .github/constraints.txt | 2 +- .readthedocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/constraints.txt b/.github/constraints.txt index 65e7a6c..8e44691 100644 --- a/.github/constraints.txt +++ b/.github/constraints.txt @@ -1 +1 @@ -poetry==1.8.3 +poetry==1.8.4 diff --git a/.readthedocs.yml b/.readthedocs.yml index 1a97b4c..70af017 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,9 @@ version: 2 formats: all build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.9" + python: "3.13" jobs: pre_install: - python -m pip install --constraint=.github/constraints.txt poetry From 34310f314e65207e716bb9a794d93b960a706458 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Wed, 27 Nov 2024 21:04:43 -0500 Subject: [PATCH 2/2] Remove mention of easy_install --- docs/index.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5da63de..ee379d6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,13 +19,9 @@ generic: Installation ------------ -You can get generic by issuing *easy_install*:: +You can get generic with *pip*:: - % easy_install generic - -or *pip* command:: - - % pip install generic + % python -m pip install generic In case you find a bug or have a feature request, please file a ticket at `GitHub Issues`_. @@ -35,12 +31,12 @@ In case you find a bug or have a feature request, please file a ticket at Development process ------------------- -Development takes place at `GitHub`_, you can clone source code repository with the +Development takes place at `GitHub`_, you can clone the source code repository with the following command:: % git clone git://github.com/gaphor/generic.git -In case submitting patch or GitHub pull request please ensure you have -corresponding tests for your bugfix or new functionality. +We love contributions! If you are submitting a GitHub pull request please ensure you +have tests for your bugfix or new functionality. .. _GitHub: https://github.com/gaphor/generic