Skip to content

Commit

Permalink
Merge pull request #561 from gaphor/update-rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar authored Nov 28, 2024
2 parents aa5cd6d + 34310f3 commit b794cd2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.8.3
poetry==1.8.4
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 5 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.
Expand All @@ -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

0 comments on commit b794cd2

Please sign in to comment.