Skip to content

Commit

Permalink
Merge pull request #247 from OpenEnergyPlatform/feature-244-req
Browse files Browse the repository at this point in the history
Move and sort imports #244
  • Loading branch information
Ludee authored Jan 16, 2025
2 parents 5dea319 + d7caf75 commit acbc963
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2024 Jonas Huber <@jh-RLI> © Reiner Lemoine Institut
# SPDX-License-Identifier: MIT

name: documentation (develop branch)
name: Documentation (develop branch)
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed
- Remove LinkedData section [(#246)](https://github.com/OpenEnergyPlatform/oemetadata/pull/246)

- Remove requirements_docs.txt [(#247)](https://github.com/OpenEnergyPlatform/oemetadata/pull/247)

## [2.0.1] - Patch Release - Fix naming

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ License and Citation
:target: https://api.reuse.software/info/github.com/OpenEnergyPlatform/oemetadata
:alt: REUSE

.. |badge_documentation| image:: https://img.shields.io/github/actions/workflow/status/OpenEnergyPlatform/oemetadata/gh-pages.yml?branch=release-v2.0.1
.. |badge_documentation| image:: https://img.shields.io/github/actions/workflow/status/OpenEnergyPlatform/oemetadata/documentation.yml
:target: https://openenergyplatform.github.io/oemetadata/
:alt: Documentation

Expand Down
8 changes: 0 additions & 8 deletions requirements-docs.txt

This file was deleted.

11 changes: 7 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
# SPDX-FileCopyrightText: 2024 Jonas Huber <@jh-RLI> © Reiner Lemoine Institut
# SPDX-License-Identifier: MIT

argparse
black
build
isort
jsonschema
mike
mkdocs
mkdocs-material
mkdocstrings
pytest
referencing
tox
twine
wheel
build
argparse
jsonschema
referencing

0 comments on commit acbc963

Please sign in to comment.