Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/sphinx-6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cube707 authored Aug 30, 2023
2 parents e6faab9 + 4d6d9dc commit c93c87c
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 117 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==23.0.1
pip==23.2
nox==2022.11.21
nox-poetry==1.0.2
virtualenv==20.20.0
virtualenv==20.24.3
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pip install inquirer

## Documentation

Documentation has been moved to [magmax.org/python-inquirer](https://magmax.org/python-inquirer/).
Documentation has been moved to [python-inquirer.readthedocs.io](https://python-inquirer.readthedocs.io/).

But here you have a couple of usage examples:

Expand All @@ -64,7 +64,7 @@ answers = inquirer.prompt(questions)

Like a Text question, but used for larger answers. It opens external text editor which is used to collect the answer.

The environment variables $VISUAL and $EDITOR, can be used to specify which editor should be used. If not present inquirer fallbacks to `vim -> emacs -> nano` in this order based on availability in the system.
The environment variables `$VISUAL` and `$EDITOR`, can be used to specify which editor should be used. If not present inquirer fallbacks to `vim -> emacs -> nano` in this order based on availability in the system.

External editor handling is done using great library [python-editor](https://github.com/fmoo/python-editor).

Expand Down Expand Up @@ -142,7 +142,7 @@ To learn more, see the [Contributor Guide].

## License

Copyright (c) 2014-2021 Miguel Ángel García ([@magmax_en]), based on [Inquirer.js], by Simon Boudrias ([@vaxilart])
Copyright (c) 2014-2023 Miguel Ángel García ([@magmax_en]), based on [Inquirer.js], by Simon Boudrias ([@vaxilart])

Distributed under the terms of the [MIT license][license].

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
furo==2022.12.7
myst_parser==1.0.0
sphinx==6.2.1
myst_parser==2.0.0
Loading

0 comments on commit c93c87c

Please sign in to comment.