Skip to content
/ 2025 Public

PyTexas 2025 Website. April 11-13, 2025 in Austin, TX

License

Notifications You must be signed in to change notification settings

pytexas/2025

Folders and files

NameName
Last commit message
Last commit date
Feb 5, 2025
Apr 2, 2025
Dec 6, 2024
Jul 16, 2024
Mar 3, 2024
Jun 21, 2024
Jul 6, 2024
Feb 26, 2025
Jun 21, 2024
Mar 9, 2025

Repository files navigation

PyTexas Conference 2025 Website

Development

  1. Create a virtual environment
    python -m venv venv
    
  2. Activate virtual environment
    source venv/bin/activate
    
  3. Pip install requirements
    pip install -r requirements.txt
    
  4. Run dev server
    mkdocs serve
    

Adding Announcement Banners

  1. Add the following lines and update the text to overrides/main.html
{% block announce %}
    <p>Attend the <a href="https://conference.pytexas.org">PyTexas 2025 Conference</a> April 11 - 13, 2025</p>
{% endblock %}

Updating dependencies for Dependabot alerts

  1. Edit constraints.txt to add or update any library version constraints.
  2. Compile the requirements.in with constraints.txt to generate a version locked requirements.txt file. If using uv:
    uv pip compile requirements.in -c constraints.txt -o requirements.txt
    
    If using pip-tools:
    pip compile requirements.in -c constraints.txt -o requirements.txt
    
  3. Commit the changed requirements.txt and log a Pull Request.

About

PyTexas 2025 Website. April 11-13, 2025 in Austin, TX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages